comparison runtime/doc/syntax.txt @ 2296:eb7be7b075a6 vim73

Support :browse for commands that use an error file argument. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Sun, 11 Jul 2010 16:58:51 +0200
parents 7e1bd501306d
children a59e6ac5ed28
comparison
equal deleted inserted replaced
2295:b9bc9c5df131 2296:eb7be7b075a6
3153 The "cchar" argument defines the character shown in place of the item 3153 The "cchar" argument defines the character shown in place of the item
3154 when it is concealed (setting "cchar" only makes sense when the conceal 3154 when it is concealed (setting "cchar" only makes sense when the conceal
3155 argument is given.) If "cchar" is not set then the default conceal 3155 argument is given.) If "cchar" is not set then the default conceal
3156 character defined in the 'listchars' option is used. Example: > 3156 character defined in the 'listchars' option is used. Example: >
3157 :syntax match Entity "&amp;" conceal cchar=& 3157 :syntax match Entity "&amp;" conceal cchar=&
3158 See |hl-Conceal| for highlighting.
3158 3159
3159 contained *:syn-contained* 3160 contained *:syn-contained*
3160 3161
3161 When the "contained" argument is given, this item will not be recognized at 3162 When the "contained" argument is given, this item will not be recognized at
3162 the top level, but only when it is mentioned in the "contains" field of 3163 the top level, but only when it is mentioned in the "contains" field of