Am 16.10.2012 18:00, schrieb Christian Brabandt:> Bram,
when doing :setglobal noswapfile, Vim incorrectly does not delete all
swapfiles. Also, if you have disabled swapfiles, :setglobal swapfile
won't create swapfiles for all loaded buffers.
Attached patch fixes it.
Why is that a bug?
The 'swapfile' option is "local to buffer" which means the global value
is only used for *new* buffers.
--
Andy
--
You received this message from the "vim_dev" 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