mirror of
https://github.com/vim/vim.git
synced 2025-09-01 21:03:39 -04:00
runtime(doc): add MsgArea to 'highlight' option description
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
b4757e627e
commit
fb745756db
@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 9.1. Last change: 2024 May 02
|
*options.txt* For Vim version 9.1. Last change: 2024 May 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -4271,7 +4271,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
x:PmenuSbar,X:PmenuThumb,*:TabLine,
|
x:PmenuSbar,X:PmenuThumb,*:TabLine,
|
||||||
#:TabLineSel,_:TabLineFill,!:CursorColumn,
|
#:TabLineSel,_:TabLineFill,!:CursorColumn,
|
||||||
.:CursorLine,o:ColorColumn,q:QuickFixLine,
|
.:CursorLine,o:ColorColumn,q:QuickFixLine,
|
||||||
z:StatusLineTerm,Z:StatusLineTermNC")
|
z:StatusLineTerm,Z:StatusLineTermNC,
|
||||||
|
g:MsgArea")
|
||||||
global
|
global
|
||||||
This option can be used to set highlighting mode for various
|
This option can be used to set highlighting mode for various
|
||||||
occasions. It is a comma-separated list of character pairs. The
|
occasions. It is a comma-separated list of character pairs. The
|
||||||
@ -4290,6 +4291,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
|hl-Search| l last search pattern highlighting (see 'hlsearch')
|
|hl-Search| l last search pattern highlighting (see 'hlsearch')
|
||||||
|hl-MoreMsg| m |more-prompt|
|
|hl-MoreMsg| m |more-prompt|
|
||||||
|hl-ModeMsg| M Mode (e.g., "-- INSERT --")
|
|hl-ModeMsg| M Mode (e.g., "-- INSERT --")
|
||||||
|
|hl-MsgArea| g |Command-line| and message area
|
||||||
|hl-LineNr| n line number for ":number" and ":#" commands, and
|
|hl-LineNr| n line number for ":number" and ":#" commands, and
|
||||||
when 'number' or 'relativenumber' option is set.
|
when 'number' or 'relativenumber' option is set.
|
||||||
|hl-LineNrAbove| a line number above the cursor for when the
|
|hl-LineNrAbove| a line number above the cursor for when the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user