zl程序教程

您现在的位置是:首页 >  工具

当前栏目

vim 支持C++11 lambda表达式

VimC++ 支持 11 表达式 lambda
2023-09-11 14:17:25 时间

http://www.vim.org/scripts/script.php?script_id=3797

 

Tar contains just the required .vim files, so un-tar them in (or copy to) your ~/.vim/syntax/ directory. 

To make the syntax permanent, consider setting with an auto command in your vimrc: 

au BufNewFile,BufRead *.cpp set syntax=cpp11