Mercurial > vim
comparison runtime/doc/syntax.txt @ 6951:b2673982c625
Updated and new runtime files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 21 Jul 2015 19:19:13 +0200 |
parents | fbc1131f0ba5 |
children | eff26a8620ce |
comparison
equal
deleted
inserted
replaced
6950:21cbf1529a71 | 6951:b2673982c625 |
---|---|
1 *syntax.txt* For Vim version 7.4. Last change: 2015 Mar 29 | 1 *syntax.txt* For Vim version 7.4. Last change: 2015 Jul 21 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
3697 When the "conceal" argument is given, the item is marked as concealable. | 3697 When the "conceal" argument is given, the item is marked as concealable. |
3698 Whether or not it is actually concealed depends on the value of the | 3698 Whether or not it is actually concealed depends on the value of the |
3699 'conceallevel' option. The 'concealcursor' option is used to decide whether | 3699 'conceallevel' option. The 'concealcursor' option is used to decide whether |
3700 concealable items in the current line are displayed unconcealed to be able to | 3700 concealable items in the current line are displayed unconcealed to be able to |
3701 edit the line. | 3701 edit the line. |
3702 Another way to conceal text with with |matchadd()|. | |
3702 | 3703 |
3703 concealends *:syn-concealends* | 3704 concealends *:syn-concealends* |
3704 | 3705 |
3705 When the "concealends" argument is given, the start and end matches of | 3706 When the "concealends" argument is given, the start and end matches of |
3706 the region, but not the contents of the region, are marked as concealable. | 3707 the region, but not the contents of the region, are marked as concealable. |