diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:09:56 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:14:36 +0200 |
commit | 2e64752250c89623ff5d6dc54e8a54038f32d78f (patch) | |
tree | 1d998003870f1716e8b6edca007c858e0a3db9f9 /runtime/syntax/help.vim | |
parent | 06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5 (diff) | |
download | rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.gz rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.bz2 rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.zip |
vim-patch:64d8e25bf6ef
Updated runtime files.
https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab
Closes #6611
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r-- | runtime/syntax/help.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index 41bb0b1938..d23aab9f7f 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Vim help file " Maintainer: Bram Moolenaar (Bram@vim.org) -" Last Change: 2016 Apr 01 +" Last Change: 2016 Sep 02 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") @@ -50,6 +50,7 @@ else syn match helpIgnore "." contained endif syn keyword helpNote note Note NOTE note: Note: NOTE: Notes Notes: +syn keyword helpWarning WARNING: Warning: syn match helpSpecial "\<N\>" syn match helpSpecial "\<N\.$"me=e-1 syn match helpSpecial "\<N\.\s"me=e-2 @@ -161,6 +162,7 @@ hi def link helpExample Comment hi def link helpOption Type hi def link helpSpecial Special hi def link helpNote Todo +hi def link helpWarning Todo hi def link helpComment Comment hi def link helpConstant Constant |