aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/help.vim
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-03 17:48:12 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-03 17:48:12 -0400
commit0d6ce4c770ea471913c38414ee7d8ac8f516e8f8 (patch)
treee3e814c21d9a80067e3fd7b4ab75c34c4d197941 /runtime/syntax/help.vim
parent28ad7b5026d731a832bf60ba4c497c9e3d97e9ff (diff)
parent32d3027fcfacdff0aaedb98f910328b5d501608e (diff)
downloadrneovim-0d6ce4c770ea471913c38414ee7d8ac8f516e8f8.tar.gz
rneovim-0d6ce4c770ea471913c38414ee7d8ac8f516e8f8.tar.bz2
rneovim-0d6ce4c770ea471913c38414ee7d8ac8f516e8f8.zip
Merge pull request #2542 from Pyrohh/docs-not-in-vi
[RDY] doc: Remove Vi annotations + outdated portions of Python docs
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r--runtime/syntax/help.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim
index b306e66e59..d133c6a804 100644
--- a/runtime/syntax/help.vim
+++ b/runtime/syntax/help.vim
@@ -85,8 +85,6 @@ syn match helpSpecial "CTRL-PageDown"
syn match helpSpecial "CTRL-Insert"
syn match helpSpecial "CTRL-Del"
syn match helpSpecial "CTRL-{char}"
-syn region helpNotVi start="{Vi[: ]" start="{not" start="{only" end="}" contains=helpLeadBlank,helpHyperTextJump
-syn match helpLeadBlank "^\s\+" contained
" Highlight group items in their own color.
syn match helpComment "\t[* ]Comment\t\+[a-z].*"
@@ -140,7 +138,6 @@ if v:lang =~ '\<IT\>' || v:lang =~ '_IT\>' || v:lang =~? "italian"
syn match helpSpecial "Nmi"me=e-2
syn match helpSpecial "Nmo"me=e-2
syn match helpSpecial "\[interv.]"
- syn region helpNotVi start="{non" start="{solo" start="{disponibile" end="}" contains=helpLeadBlank,helpHyperTextJump
endif
syn sync minlines=40
@@ -161,7 +158,6 @@ hi def link helpVim Identifier
hi def link helpCommand Comment
hi def link helpExample Comment
hi def link helpOption Type
-hi def link helpNotVi Special
hi def link helpSpecial Special
hi def link helpNote Todo