diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-29 20:43:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-29 20:43:36 +0200 |
commit | 8ada2cca0a6f0135441c520cac269468928e65ef (patch) | |
tree | 1b2bbd9fc44ef9d6334937397d7afc6688160445 /runtime/doc/syntax.txt | |
parent | 16c98f9c9f392d86e7c6c57f66023b250182a9eb (diff) | |
download | vim-git-8ada2cca0a6f0135441c520cac269468928e65ef.tar.gz |
Updated runtime files. :TOhtml improvements by Benjamin Fritz.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 73e740405..399eed3eb 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -431,7 +431,7 @@ shorter and valid HTML 4 file), use: > Concealed text is removed from the HTML and replaced with the appropriate character from |:syn-cchar| or 'listchars' depending on the current value of 'conceallevel'. If you always want to display all text in your document, -either set 'conceallevel' to before invoking 2html, or use: > +either set 'conceallevel' to zero before invoking 2html, or use: > :let g:html_ignore_conceal = 1 Similarly, closed folds are put in the HTML as they are displayed. If you |