From 95d82fdb668b746ac100a8b7d2aca38038150707 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Dec 2020 19:44:40 +0100 Subject: Update --- after/syntax/cpp.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'after/syntax/cpp.vim') diff --git a/after/syntax/cpp.vim b/after/syntax/cpp.vim index 761a6c15..d181f261 100644 --- a/after/syntax/cpp.vim +++ b/after/syntax/cpp.vim @@ -8,7 +8,7 @@ endif " Original Author: Jon Haggblad " Maintainer: bfrg " Website: https://github.com/bfrg/vim-cpp-modern -" Last Change: Oct 8, 2020 +" Last Change: Nov 23, 2020 " " This syntax file is based on: " https://github.com/octol/vim-cpp-enhanced-highlight @@ -201,12 +201,12 @@ hi def link cppSTLvariable Identifier " The keywords {inline, virtual, explicit, export, override, final} are " standard C++ keywords and NOT types! -hi link cppModifier Statement +hi! def link cppModifier Statement " Highlight all standard C++ keywords as Statement if get(g:, 'cpp_simple_highlight', 0) - hi link cppStructure Statement - hi link cppExceptions Statement - hi link cppStorageClass Statement + hi! def link cppStructure Statement + hi! def link cppExceptions Statement + hi! def link cppStorageClass Statement endif -- cgit v1.2.3