diff options
| author | David Barnett <davidbarnett2@gmail.com> | 2016-04-10 14:56:34 -0700 | 
|---|---|---|
| committer | David Barnett <davidbarnett2@gmail.com> | 2016-04-11 09:23:31 -0700 | 
| commit | cf32ca5137f13e764487d9321711d4b97179872b (patch) | |
| tree | 8989ef9856f8fc9d012b77a50cc6168580b17a83 /runtime/syntax/cpp.vim | |
| parent | 91c5005da82e6f9ab6bb2f46b27cb82b188b0391 (diff) | |
| download | rneovim-cf32ca5137f13e764487d9321711d4b97179872b.tar.gz rneovim-cf32ca5137f13e764487d9321711d4b97179872b.tar.bz2 rneovim-cf32ca5137f13e764487d9321711d4b97179872b.zip  | |
vim-patch:f2571c
Updated runtime files.
https://github.com/vim/vim/commit/f2571c61d5aa05682ae4d358e625348b61adc861
Diffstat (limited to 'runtime/syntax/cpp.vim')
| -rw-r--r-- | runtime/syntax/cpp.vim | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/cpp.vim b/runtime/syntax/cpp.vim index 526ecbcd53..135b8c9244 100644 --- a/runtime/syntax/cpp.vim +++ b/runtime/syntax/cpp.vim @@ -2,7 +2,7 @@  " Language:	C++  " Current Maintainer:	vim-jp (https://github.com/vim-jp/vim-cpp)  " Previous Maintainer:	Ken Shan <ccshan@post.harvard.edu> -" Last Change:	2015 Mar 1 +" Last Change:	2015 May 04  " For version 5.x: Clear all syntax items  " For version 6.x: Quit when a syntax file was already loaded @@ -46,7 +46,7 @@ if !exists("cpp_no_cpp11")    syn keyword cppConstant	ATOMIC_WCHAR_T_LOCK_FREE ATOMIC_SHORT_LOCK_FREE    syn keyword cppConstant	ATOMIC_INT_LOCK_FREE ATOMIC_LONG_LOCK_FREE    syn keyword cppConstant	ATOMIC_LLONG_LOCK_FREE ATOMIC_POINTER_LOCK_FREE -  syn region cppRawString	matchgroup=cppRawDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell +  syn region cppRawString	matchgroup=cppRawStringDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell  endif  " The minimum and maximum operators in GNU C++  | 
