diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
commit | d28478b5576e7c2aebf70a9fb03b4e4036dca03c (patch) | |
tree | 96e2acb26157b4eb38cf49b64043011d4092e4ad /runtime/syntax | |
parent | 16d79a3b621e5aa21a3ec50ba4c3bfc522a3a7b3 (diff) | |
download | vim-d28478b5576e7c2aebf70a9fb03b4e4036dca03c.zip |
Vim 7.3a -> 7.3b.
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/help.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index ce2d82fdd..d926f37a8 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -11,7 +11,7 @@ endif syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()]*[ \t]\+\*"me=e-1 syn match helpSectionDelim "^=\{3,}.*===$" syn match helpSectionDelim "^-\{3,}.*--$" -syn region helpExample matchgroup=helpIgnore start=" >$" start="^>$" end="^[^ \t]"me=e-1 end="^<" concealends +syn region helpExample matchgroup=helpIgnore start=" >$" start="^>$" end="^[^ \t]"me=e-1 end="^<" if has("ebcdic") syn match helpHyperTextJump "\\\@<!|[^"*|]\+|" contains=helpBar syn match helpHyperTextEntry "\*[^"*|]\+\*\s"he=e-1 contains=helpStar |