Hi, #elif is not highlighted correctly in vim. I've applied the patch posted at the following thread. Can somebody take a look to fix the bug.
http://groups.google.com/group/vim_use/browse_frm/thread/911a5be417e9730a/c65f8e54b2555a8f?lnk=gst&q=highlight+as+comment+code+Dominique+Pelle#c65f8e54b2555a8f Thanks, Peng #include <iostream> int main() { #if 0 std::cout << 0 << std::endl; #elif 0 std::cout << 1 << std::endl; #else std::cout << 2 << std::endl; #endif } --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
