Is there a C++11 syntax file for vim?

As an alternative, you can use

let c_no_curly_error=1

in your .vimrc file so that vim doesn’t tag {} as error in ().

Leave a Comment