diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-20 21:31:17 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-20 21:31:17 +0000 |
commit | f4630b60f598db3c163182f1920e7308d5b54cbb (patch) | |
tree | d188f060814b7375e95212b7076236338da22913 /runtime/doc/syntax.txt | |
parent | c930a3cc82074f14f2674aa039ca46d961edb297 (diff) | |
download | vim-git-f4630b60f598db3c163182f1920e7308d5b54cbb.tar.gz |
updated for version 7.0074v7.0074
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 8c078ee1b..27a9f3a86 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -399,7 +399,8 @@ Go back to the default to use 'number' by deleting the variable: > :unlet html_number_lines Closed folds are put in the HTML as they are displayed. If you don't want -this, use the "zR" command before invoking 2html. +this, use the "zR" command before invoking 2html, or use: > + :let html_ignore_folding = 1 By default, HTML optimized for old browsers is generated. If you prefer using cascading style sheets (CSS1) for the attributes (resulting in considerably |