此处下载:
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