diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-13 21:49:18 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-13 21:49:18 -0300 |
commit | 06390208f3480f108591988602c46d4926a2e9ae (patch) | |
tree | 423b21b9426174218360d4f30c69bf5b58fc2f4d /runtime/syntax/help.vim | |
parent | 5778c25c019f01c3e0249da18398abdca3f9b002 (diff) | |
parent | 84aff1da6ad8607f67156a810028cdfb0ffedc9f (diff) | |
download | rneovim-06390208f3480f108591988602c46d4926a2e9ae.tar.gz rneovim-06390208f3480f108591988602c46d4926a2e9ae.tar.bz2 rneovim-06390208f3480f108591988602c46d4926a2e9ae.zip |
Merge PR #1163 'Initial documentation of nvim features'
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r-- | runtime/syntax/help.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index 3368b1ddc5..c55d32ef7c 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -42,6 +42,8 @@ syn match helpNormal "|||" syn match helpNormal ":|vim:|" " for :help modeline syn match helpVim "\<Vim version [0-9][0-9.a-z]*" syn match helpVim "VIM REFERENCE.*" +syn match helpVim "\<Nvim\." +syn match helpVim "NVIM REFERENCE.*" syn match helpOption "'[a-z]\{2,\}'" syn match helpOption "'t_..'" syn match helpCommand "`[^` \t]\+`"hs=s+1,he=e-1 contains=helpBacktick |