Comment #3 on issue 62 by [email protected]: Netrw v145: '/' character
in 'is keyword' leaks into new buffers
http://code.google.com/p/vim/issues/detail?id=62
Hi, thanks for the response.
In terms of reproducing the problem, I think you may have to browse a
directory using Netrw first. I can reproduce consistently, using FTP at
least.
In terms of 'is keyword' being buffer-local - it is, but it is initialised
from the global value. Vim's help says:
"When editing a new buffer, its local option values must be initialized.
Since
the local options of the current buffer might be specifically for that
buffer,
these are not used. Instead, for each buffer-local option there also is a
global value, which is used for new buffers. With ":set" both the local and
global value is changed. With "setlocal" only the local value is changed,
thus this value is not used when editing a new buffer."
--
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