diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-09-30 21:38:29 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-09-30 21:38:29 +0800 |
commit | fae55937ac31c0d61c2c89ed0e9be43f3bd2a759 (patch) | |
tree | 867047f682375264f46958a2d95ae18c15288a79 /runtime/syntax | |
parent | c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c (diff) | |
parent | 95458609ab1a97416b2f329613704be44a2f562e (diff) | |
download | rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.tar.gz rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.tar.bz2 rneovim-fae55937ac31c0d61c2c89ed0e9be43f3bd2a759.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/vim.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index 295bc6f898..26eea03a3c 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -939,6 +939,11 @@ if !exists("skip_vim_syntax_inits") hi def link vimUserFunc Normal hi def link vimVar Identifier hi def link vimWarn WarningMsg + + hi def link nvimAutoEvent vimAutoEvent + hi def link nvimHLGroup vimHLGroup + hi def link nvimMap vimMap + hi def link nvimUnmap vimUnmap endif " Current Syntax Variable: {{{2 |