Op maandag 23 september 2013 09:07:28 schreef Kent Sibilev: > Hi everyone! > > The latest revision of syntax/css.vim introduced a subtle problem with the > following line: > > " Required for cssHacks > setlocal iskeyword-=_ > > I'm not sure if the syntax file that is the correct place to set vim's > options other than syntax settings. For example, rails.vim plugin allows > highlighting of xhtml syntax inside of ruby files, by loading syntax/xhtml > and syntax/css.vim for ruby files. By setting iskeyword setting in the > syntax file, the word completion is broken for any filetype that happens to > be reusing css syntax. > > I believe that 5354 revision has introduced this change: > > hg diff -r5354 runtime/syntax/css.vim > > Regards, > Kent.
everything that supports mixed highlighting related to html suffers from that line. php syntax is also broken because of the above stated line. -- Ike -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" 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.
