Mercurial > vim
diff runtime/syntax/help.vim @ 821:a2b128f7d705 v7.0c11
updated for version 7.0c11
author | vimboss |
---|---|
date | Thu, 06 Apr 2006 20:21:51 +0000 |
parents | 1f929f3ca806 |
children | fd1b3406fd1c |
line wrap: on
line diff
--- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -1,14 +1,14 @@ " Vim syntax file " Language: Vim help file " Maintainer: Bram Moolenaar (Bram@vim.org) -" Last Change: 2006 Mar 29 +" Last Change: 2006 Apr 06 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") finish endif -syn match helpHeadline "^[-A-Z ]\+[ \t]\+\*"me=e-1 +syn match helpHeadline "^[-A-Z .]\+[ \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="^<"