On Fri, Apr 28, 2006 at 04:52:25AM +0200, Meino Christian Cramer wrote: > Now I recognize, that file1 does not need any changes and want vim to > simply "forget" that file. I have "set hidden" in my .vimrc since I > normally have to edit more than one file. And the files are long and > loading takes some time ( : ...[converting]... .). > > I <C-^> to file1 and say > > :q!
The :q-related commands are to *q*uit Vim. You want to delete the buffer. That's done with :bd (in your case :bd! to abandon changes). ":help buffers" for more info on how to interact with buffers in Vim. HTH, James -- GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
