Hi all,
in c++0x it will be possible to use lambda functions.
So, for example, this:
[](int n) { return n+ 1; }
Will become valid c++.
Unfortunately it breaks current C++ highlighting.
After a line like the one above, all curly brackets will be highlighted by VIM
as "unmatched", making reading the code really hard.
Is there a quick way to fix that?
Thanks,
Andy.
--
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