i've noticed that the underscore is no longer part of the "iskeyword" variable, 
both in php and ruby/rails files. this obviously messes up the * operator and 
in some cases even the syntax highlighting (e.g. when in a rails project a 
method starts with 'flash_')

if i run vim and give the command "verbose set iskeyword?" the culprit is:

  iskeyword=@,48-57,192-255,$
       Last set from /usr/local/share/vim/vim74/syntax/css.vim

what's strange (at least according to my tiny knowledge of vim) is:

1) why the css file gets loaded if i have no css files open?
2) in that file there's this command:

setlocal iskeyword-=_

so why "setlocal" affects all buffers?

-- 
-- 
You received this message from the "vim_use" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to