2015年11月3日火曜日 22時51分52秒 UTC+9 mattn: > Hi bram. > > I merged upstream and updated syntax/cpp.vim to add nullptr_t. > > https://github.com/vim-jp/vim-cpp/commit/e0d2e4e308a2d4be4723726c478bf214b867843b.patch > > regards. > - mattn
Hi mattn. You forgot to send this patch. https://github.com/vim-jp/vim-cpp/commit/7e8ebd3673530e86802401db12ba0648798cf83c.patch And, we need to update the document, related to the patch. diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 0e71a39..cbeefa3 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1082,6 +1082,7 @@ Most of things are same as |ft-c-syntax|. Variable Highlight ~ cpp_no_cpp11 don't highlight C++11 standard items +cpp_no_cpp14 don't highlight C++14 standard items CSH *csh.vim* *ft-csh-syntax* Regards, Kenichi Ito -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
