Hello, The following C source code is not highlighted properly. Lines between #if 0 and #endif is not highlighted as comments.
if(
#if 0
cond0 &&
#endif
cond1
)
but if I remove the "if(" they are highlighted as comments.
Regards,
H Xu
2011/1/19
--
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
