aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/cpp.vim
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-08 03:35:37 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-08 03:39:07 +0100
commit975a610233e05772d9c835caeede4b7ae2e1af7d (patch)
treee009c35bfaa7d6924689ab3cac27ff58391d7a73 /runtime/syntax/cpp.vim
parent7521fb56558a146f3b116bcf195cf6bd1984d6c2 (diff)
downloadrneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.tar.gz
rneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.tar.bz2
rneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.zip
vim-patch:f2571c6
Update runtime files. References #3625.
Diffstat (limited to 'runtime/syntax/cpp.vim')
-rw-r--r--runtime/syntax/cpp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/cpp.vim b/runtime/syntax/cpp.vim
index 04fc73342c..15f0cbb4ff 100644
--- a/runtime/syntax/cpp.vim
+++ b/runtime/syntax/cpp.vim
@@ -63,7 +63,7 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
HiLink cppStructure Structure
HiLink cppBoolean Boolean
HiLink cppConstant Constant
- HiLink cppRawDelimiter Delimiter
+ HiLink cppRawStringDelimiter Delimiter
HiLink cppRawString String
delcommand HiLink
endif