comparison runtime/doc/syntax.txt @ 2269:fb627e94e6c6 vim73

Couple of small fixes for conceal feature. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Jun 2010 05:16:38 +0200
parents 4620acaf4814
children 7e1bd501306d
comparison
equal deleted inserted replaced
2268:aafed4a4866f 2269:fb627e94e6c6
3133 skipempty 3133 skipempty
3134 3134
3135 conceal *conceal* *:syn-conceal* 3135 conceal *conceal* *:syn-conceal*
3136 3136
3137 When the "conceal" argument is given, the item is marked as concealable. 3137 When the "conceal" argument is given, the item is marked as concealable.
3138 Whether or not it is actually concealed depends on the setting on the 3138 Whether or not it is actually concealed depends on the value of the
3139 'conceallevel' option. 3139 'conceallevel' option. If 'modifiable' option is on, concealable items
3140 in the current line are always displayed unconcealed to be able to edit
3141 the line.
3140 3142
3141 concealends *:syn-concealends* 3143 concealends *:syn-concealends*
3142 3144
3143 When the "concealends" argument is given, the start and end matches of 3145 When the "concealends" argument is given, the start and end matches of
3144 the region, but not the contents of the region, are marked as concealable. 3146 the region, but not the contents of the region, are marked as concealable.