summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-25 16:05:19 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-25 16:05:19 +0200
commitfa0ff9aedf9515638e15726141c4a08ca4e05255 (patch)
tree5905078139923e4721338380895942e33f09844f /runtime/doc/syntax.txt
parent8d9b40e71ab62f43c65a52225cb833ecc0d1bf6b (diff)
downloadvim-git-fa0ff9aedf9515638e15726141c4a08ca4e05255.tar.gz
Fix: editing a not encrypted file after a crypted file messed up reading the
text from an undo file.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index e81d55bb5..9ece274ee 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 24
+*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -429,7 +429,7 @@ shorter and valid HTML 4 file), use: >
:let g:html_use_css = 1
Concealed text is removed from the HTML and replaced with the appropriate
-character from |syn-cchar| or 'listchars' depending on the current value of
+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: >
:let g:html_ignore_conceal = 1