comparison runtime/doc/syntax.txt @ 9887:b4da19b7539f

commit https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 16 18:33:43 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Aug 2016 19:30:09 +0200
parents 7da89d9c744b
children a5ef9968638c
comparison
equal deleted inserted replaced
9886:b432c5a43bf2 9887:b4da19b7539f
1 *syntax.txt* For Vim version 7.4. Last change: 2016 Aug 10 1 *syntax.txt* For Vim version 7.4. Last change: 2016 Aug 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3762 When the "conceal" argument is given, the item is marked as concealable. 3762 When the "conceal" argument is given, the item is marked as concealable.
3763 Whether or not it is actually concealed depends on the value of the 3763 Whether or not it is actually concealed depends on the value of the
3764 'conceallevel' option. The 'concealcursor' option is used to decide whether 3764 'conceallevel' option. The 'concealcursor' option is used to decide whether
3765 concealable items in the current line are displayed unconcealed to be able to 3765 concealable items in the current line are displayed unconcealed to be able to
3766 edit the line. 3766 edit the line.
3767 Another way to conceal text with with |matchadd()|. 3767 Another way to conceal text is with |matchadd()|.
3768 3768
3769 concealends *:syn-concealends* 3769 concealends *:syn-concealends*
3770 3770
3771 When the "concealends" argument is given, the start and end matches of 3771 When the "concealends" argument is given, the start and end matches of
3772 the region, but not the contents of the region, are marked as concealable. 3772 the region, but not the contents of the region, are marked as concealable.
4868 DiffChange diff mode: Changed line |diff.txt| 4868 DiffChange diff mode: Changed line |diff.txt|
4869 *hl-DiffDelete* 4869 *hl-DiffDelete*
4870 DiffDelete diff mode: Deleted line |diff.txt| 4870 DiffDelete diff mode: Deleted line |diff.txt|
4871 *hl-DiffText* 4871 *hl-DiffText*
4872 DiffText diff mode: Changed text within a changed line |diff.txt| 4872 DiffText diff mode: Changed text within a changed line |diff.txt|
4873 *hl-EndofBuffer* 4873 *hl-EndOfBuffer*
4874 EndOfBuffer filler lines (~) after the last line in the buffer. 4874 EndOfBuffer filler lines (~) after the last line in the buffer.
4875 By default, this is highlighted like |hl-NonText|. 4875 By default, this is highlighted like |hl-NonText|.
4876 *hl-ErrorMsg* 4876 *hl-ErrorMsg*
4877 ErrorMsg error messages on the command line 4877 ErrorMsg error messages on the command line
4878 *hl-VertSplit* 4878 *hl-VertSplit*