On 14/05/11 11:04 PM, encore wrote:
Please advise whether it is possible to split open a file and edit
only one of the open windows.

No, you can't do that.

Either copy the text of the file into a new buffer, or give the existing buffer a new name and then load the file again. E.g.:

:e file.txt
:f newname.txt
:s file.txt

You are then editing two different buffers, both originally containing file.txt, but one of which has been renamed to newname.txt (and will be written with that name if you write it).

Ben.


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to