diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 22:48:52 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 22:52:42 +0200 |
commit | 31a5ec23ebef511ca89f7d24077e7a5624ed4c6e (patch) | |
tree | e2b12957c84e122c723a6061352052d48b711ee0 /runtime/syntax/vim.vim | |
parent | 2cdbbe50a4a695004adce50d7502869bb2410928 (diff) | |
download | rneovim-31a5ec23ebef511ca89f7d24077e7a5624ed4c6e.tar.gz rneovim-31a5ec23ebef511ca89f7d24077e7a5624ed4c6e.tar.bz2 rneovim-31a5ec23ebef511ca89f7d24077e7a5624ed4c6e.zip |
vim-patch:723dd946f948
Update runtime files.
https://github.com/vim/vim/commit/723dd946f94856be94a943876945fb1bd8169059
Diffstat (limited to 'runtime/syntax/vim.vim')
-rw-r--r-- | runtime/syntax/vim.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index 31e81c76f8..9544de4e07 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -193,7 +193,7 @@ syn keyword vimAugroupKey contained aug[roup] " ========= syn cluster vimOperGroup contains=vimEnvvar,vimFunc,vimFuncVar,vimOper,vimOperParen,vimNumber,vimString,vimRegister,vimContinue syn match vimOper "\%#=1\(==\|!=\|>=\|<=\|=\~\|!\~\|>\|<\|=\)[?#]\{0,2}" skipwhite nextgroup=vimString,vimSpecFile -syn match vimOper "\(\<is\>\|\<isnot\>\)[?#]\{0,2}" skipwhite nextgroup=vimString,vimSpecFile +syn match vimOper "\(\<is\|\<isnot\)[?#]\{0,2}\>" skipwhite nextgroup=vimString,vimSpecFile syn match vimOper "||\|&&\|[-+.]" skipwhite nextgroup=vimString,vimSpecFile syn region vimOperParen matchgroup=vimParenSep start="(" end=")" contains=@vimOperGroup syn region vimOperParen matchgroup=vimSep start="{" end="}" contains=@vimOperGroup nextgroup=vimVar,vimFuncVar |