How to make the C++ syntax prompt in vim compatible with C++11
PHP中文网
PHP中文网 2017-05-16 16:38:33
0
1
502

In situations like the picture above, a prompt will appear every time you use the new features of C++11.
How can I make vim's syntax prompts compatible with C++11?
Is this prompt function built-in or a plug-in function?
Plug-in, I installed YCM.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
洪涛

let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!