Hi all,
If I put this in a foo.vim file:
----
highlight Comment guifg=White guibg=Black
function! Foo()
highlight Comment guifg=White guibg=Black
endfunction
----
The first "highlight" line is highlighted, but not the second one. It
seems that's because it's inside a function. Is it intended, or is
this a bug in the vim syntax file?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---