diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-09 15:44:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-09 15:44:17 +0200 |
commit | dd007ed5853507f2071c3a152645088abf3c910b (patch) | |
tree | 52681c85f6f0c36a0f1e8332ea19d2fa675c967e /runtime/syntax/2html.vim | |
parent | 4ca8d5fefd047aad898c7a09c619cd69314741f5 (diff) | |
download | vim-dd007ed5853507f2071c3a152645088abf3c910b.zip |
Updated runtime files. Fix NL translations.
Diffstat (limited to 'runtime/syntax/2html.vim')
-rw-r--r-- | runtime/syntax/2html.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/2html.vim b/runtime/syntax/2html.vim index 8001751c5..187b1be1b 100644 --- a/runtime/syntax/2html.vim +++ b/runtime/syntax/2html.vim @@ -1,6 +1,6 @@ " Vim syntax support file " Maintainer: Ben Fritz <fritzophrenic@gmail.com> -" Last Change: 2013 Jun 19 +" Last Change: 2013 Jul 08 " " Additional contributors: " @@ -1604,7 +1604,7 @@ unlet s:lines " this file in the future; need to do this after generating all the text in case " the modeline text has different highlight groups which all turn out to be " stripped from the final output. -%s!\v(%(^|\s+)%(vim?|ex)):!\1\:!ge +%s!\v(%(^|\s+)%([Vv]i%(m%([<=>]?\d+)?)?|ex)):!\1\:!ge " The generated HTML is admittedly ugly and takes a LONG time to fold. " Make sure the user doesn't do syntax folding when loading a generated file, |