Oh. Grr, I hate it when plugins go changing the absolute value of your
settings. I had a perl_doc.vim ftplugin that was "setlocal
iskeyword=a-z,A-Z,48-57,:,/,."ing, which must have been being sourced after
perl.vim.
Thanks, Peter.
On Mon, 17 Jul 2006, Peter Hodge wrote:
I do believe that if you 'set verbose=2' and then 'set isk?' vim will tell you
where it was last set. I was having the same problem Saturday night when the
ftplugin/php.vim was adding '$' to isk. I found that adding "set isk-=$" to
~/.vim/ftplugin/php.vim did *not* work, but adding it to
~/.vim/after/ftplugin/php.vim *did* work, you may wish to try changing
iskeyword in your after/ftplugin script.
--
.