On 3/20/07, Tobia <[EMAIL PROTECTED]> wrote:
I'm an avid user of the new tabbed interface in Vim 7, maybe because
I never understood how to use hidden buffers effectively.
One of the things I dislike about Vim's tabs is that when I close one,
by means of :q or ZZ, its buffer is not deleted. This means that my Vim
accumulates open file descriptors and swap files all over the place,
unless I periodically fix the situation by hand with :ls and :bd
Is there a reason for this bizarre behaviour?
I thiknk you want to
:set nohidden
to avoid this. Does this help ?
Yakov