comparison runtime/doc/syntax.txt @ 2378:85b7dc8da5eb vim73

Add the 'concealcursor' option to decide when the cursor line is to be concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Jul 2010 22:10:27 +0200
parents 454f314d0e61
children fb8cce4174f0
comparison
equal deleted inserted replaced
2377:878562053ba3 2378:85b7dc8da5eb
1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 21 1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3147 3147
3148 conceal *conceal* *:syn-conceal* 3148 conceal *conceal* *:syn-conceal*
3149 3149
3150 When the "conceal" argument is given, the item is marked as concealable. 3150 When the "conceal" argument is given, the item is marked as concealable.
3151 Whether or not it is actually concealed depends on the value of the 3151 Whether or not it is actually concealed depends on the value of the
3152 'conceallevel' option. If 'modifiable' option is on, concealable items 3152 'conceallevel' option. The 'concealcursor' option is used to decide whether
3153 in the current line are always displayed unconcealed to be able to edit 3153 concealable items in the current line are displayed unconcealed to be able to
3154 the line. 3154 edit the line.
3155 3155
3156 concealends *:syn-concealends* 3156 concealends *:syn-concealends*
3157 3157
3158 When the "concealends" argument is given, the start and end matches of 3158 When the "concealends" argument is given, the start and end matches of
3159 the region, but not the contents of the region, are marked as concealable. 3159 the region, but not the contents of the region, are marked as concealable.