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

后端 未结 9 870
栀梦
栀梦 2020-12-02 14:58

In particular, the display of initialization lists is really bad:

vector v({1,2,3});

will highlight the curly braces in red (den

9条回答
  •  抹茶落季
    2020-12-02 15:47

    An improved patch for C++11 support has been sent to the mailing list: https://groups.google.com/forum/?fromgroups#!topic/vim_dev/ug_wmWQqyGU

提交回复
热议问题