mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
options: allow different highlights in windows
This commit is contained in:
@@ -3128,7 +3128,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
use for that occasion. The occasions are:
|
||||
|hl-SpecialKey| 8 Meta and special keys listed with ":map"
|
||||
|hl-Whitespace| 0
|
||||
|hl-EndOfBuffer| ~ lines after the last line in the buffer
|
||||
|hl-EndOfBuffer| ~ lines after the last line in the buffer
|
||||
|hl-NormalNC| I inactive (not the current) window
|
||||
|hl-TermCursor| z Cursor in a focused terminal
|
||||
|hl-TermCursorNC| Z Cursor in an unfocused terminal
|
||||
|hl-NonText| @ '@' at the end of the window and
|
||||
|
||||
@@ -4922,6 +4922,8 @@ NonText '@' at the end of the window, characters from 'showbreak'
|
||||
fit at the end of the line). See also |hl-EndOfBuffer|.
|
||||
*hl-Normal*
|
||||
Normal normal text
|
||||
*hl-NormalNC*
|
||||
NormalNC normal text in non-current window
|
||||
*hl-Pmenu*
|
||||
Pmenu Popup menu: normal item.
|
||||
*hl-PmenuSel*
|
||||
|
||||
Reference in New Issue
Block a user