On Sun, 25 Feb 2007 10:06:18 +0300, "Pavel Shevaev"
<[EMAIL PROTECTED]> wrote:

> > :h :saveas
> 
> BTW, is it possible somehow to rename file not save as?

If you mean is it possible to change the name of a buffer without
actually saving anything, then the answer is yes. Use

    :f new-file-name

The new name will be used the next time the file is saved. If there's
already an existing file with the new name then you'll have to use :w!
(or :x!) to overwrite the existing file.

-- 
Matthew Winn

Reply via email to