summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-20 21:31:17 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-20 21:31:17 +0000
commitf4630b60f598db3c163182f1920e7308d5b54cbb (patch)
treed188f060814b7375e95212b7076236338da22913 /runtime/doc/syntax.txt
parentc930a3cc82074f14f2674aa039ca46d961edb297 (diff)
downloadvim-git-f4630b60f598db3c163182f1920e7308d5b54cbb.tar.gz
updated for version 7.0074v7.0074
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt3
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