comparison 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
comparison
equal deleted inserted replaced
2697:6cc8a093e4a9 2698:b6471224d2af
1 *syntax.txt* For Vim version 7.3. Last change: 2010 Dec 08 1 *syntax.txt* For Vim version 7.3. Last change: 2011 Jan 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3265 Whether or not they are actually concealed depends on the setting on the 3265 Whether or not they are actually concealed depends on the setting on the
3266 'conceallevel' option. The ends of a region can only be concealed separately 3266 'conceallevel' option. The ends of a region can only be concealed separately
3267 in this way when they have their own highlighting via "matchgroup" 3267 in this way when they have their own highlighting via "matchgroup"
3268 3268
3269 cchar *:syn-cchar* 3269 cchar *:syn-cchar*
3270 3270 *E844*
3271 The "cchar" argument defines the character shown in place of the item 3271 The "cchar" argument defines the character shown in place of the item
3272 when it is concealed (setting "cchar" only makes sense when the conceal 3272 when it is concealed (setting "cchar" only makes sense when the conceal
3273 argument is given.) If "cchar" is not set then the default conceal 3273 argument is given.) If "cchar" is not set then the default conceal
3274 character defined in the 'listchars' option is used. Example: > 3274 character defined in the 'listchars' option is used. The character cannot be
3275 a control character such as Tab. Example: >
3275 :syntax match Entity "&amp;" conceal cchar=& 3276 :syntax match Entity "&amp;" conceal cchar=&
3276 See |hl-Conceal| for highlighting. 3277 See |hl-Conceal| for highlighting.
3277 3278
3278 contained *:syn-contained* 3279 contained *:syn-contained*
3279 3280