On 4/29/06, Eric Crahen <[EMAIL PROTECTED]> wrote:
For some reason I get an empty hidden buffer that does show up when I list buffers.
Must be some plugin doing this. To find which plugin is doing this, do :scriptnames and look into your ~/.vim/plugin directory. Also, try to start 'vim -u NONE -U NONE' to make sure that without plugins this does not happen. Yakov
Its the same one you'd get when you open vim w/ no filenames. I'll poke around andd if there is a setting causing that
On 4/28/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > On 4/28/06, Eric Crahen <[EMAIL PROTECTED]> wrote: > > When I start vim from the command line and provide a filename, how can > > I prevent a default scratch buffer from also being opened? > > Vim does not create scratch buffer when you invoke it from command line > with filename. You can verify it for yourself using vim command :ls! > which lists all existing buffers. > > Yakov > -- - Eric