diff runtime/doc/syntax.txt @ 2698:b6471224d2af

Updated runtime files and translations.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 17:07:58 +0100
parents 85c5a72551e2
children b0d34143ebfc
line wrap: on
line diff
--- 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 conceal
 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.