Vim Syntax Script for C++0x

此处下载

Feature:

* Initialiser lists and lambdas no longer cause curly error highlighting ({} allowed within parentheses). 
* constexpr keyword added.

安装:

1 tar -xvzf cpp11.tgz -C ~/.vim/syntax
2 echo "au BufNewFile,BufRead *.cpp set syntax=cpp11" >> ~/.vimrc
原文地址:https://www.cnblogs.com/invisible/p/2994993.html