comparison runtime/doc/syntax.txt @ 9877:7da89d9c744b v7.4.2213

commit https://github.com/vim/vim/commit/58b853460add42098ab08017df9e030fb14fd34b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 19:54:54 2016 +0200 patch 7.4.2213 Problem: Cannot highlight the "~" lines at the end of a window differently. Solution: Add the EndOfBuffer highlighting. (Marco Hinz, James McCoy)
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 20:00:05 +0200
parents 9eaf8ef656e9
children b4da19b7539f
comparison
equal deleted inserted replaced
9876:2e7c2c8f7484 9877:7da89d9c744b
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*
4874 EndOfBuffer filler lines (~) after the last line in the buffer.
4875 By default, this is highlighted like |hl-NonText|.
4873 *hl-ErrorMsg* 4876 *hl-ErrorMsg*
4874 ErrorMsg error messages on the command line 4877 ErrorMsg error messages on the command line
4875 *hl-VertSplit* 4878 *hl-VertSplit*
4876 VertSplit the column separating vertically split windows 4879 VertSplit the column separating vertically split windows
4877 *hl-Folded* 4880 *hl-Folded*
4896 *hl-ModeMsg* 4899 *hl-ModeMsg*
4897 ModeMsg 'showmode' message (e.g., "-- INSERT --") 4900 ModeMsg 'showmode' message (e.g., "-- INSERT --")
4898 *hl-MoreMsg* 4901 *hl-MoreMsg*
4899 MoreMsg |more-prompt| 4902 MoreMsg |more-prompt|
4900 *hl-NonText* 4903 *hl-NonText*
4901 NonText '~' and '@' at the end of the window, characters from 4904 NonText '@' at the end of the window, characters from 'showbreak'
4902 'showbreak' and other characters that do not really exist in 4905 and other characters that do not really exist in the text
4903 the text (e.g., ">" displayed when a double-wide character 4906 (e.g., ">" displayed when a double-wide character doesn't
4904 doesn't fit at the end of the line). 4907 fit at the end of the line).
4905 *hl-Normal* 4908 *hl-Normal*
4906 Normal normal text 4909 Normal normal text
4907 *hl-Pmenu* 4910 *hl-Pmenu*
4908 Pmenu Popup menu: normal item. 4911 Pmenu Popup menu: normal item.
4909 *hl-PmenuSel* 4912 *hl-PmenuSel*