summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
commitd58e929fa283459957b0eab635fdaa9dcd61819c (patch)
tree92c871586e91c3c33b0a7447f12cc9a6d7184c30 /runtime/doc/syntax.txt
parent95474ca34c542d58d3f08703b7d96ad21b05beea (diff)
downloadvim-git-d58e929fa283459957b0eab635fdaa9dcd61819c.tar.gz
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index d56cc340d..212aa7796 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3. Last change: 2010 Dec 08
+*syntax.txt* For Vim version 7.3. Last change: 2011 Jan 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3267,11 +3267,12 @@ Whether or not they are actually concealed depends on the setting on the
in this way when they have their own highlighting via "matchgroup"
cchar *:syn-cchar*
-
+ *E844*
The "cchar" argument defines the character shown in place of the item
when it is concealed (setting "cchar" only makes sense when the conceal
argument is given.) If "cchar" is not set then the default conceal
-character defined in the 'listchars' option is used. Example: >
+character defined in the 'listchars' option is used. The character cannot be
+a control character such as Tab. Example: >
:syntax match Entity "&amp;" conceal cchar=&
See |hl-Conceal| for highlighting.