1
- *options.txt* For Vim version 9.1. Last change: 2024 May 02
1
+ *options.txt* For Vim version 9.1. Last change: 2024 May 07
2
2
3
3
4
4
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|.
4271
4271
x:PmenuSbar,X:PmenuThumb,*:TabLine,
4272
4272
#:TabLineSel,_:TabLineFill,!:CursorColumn,
4273
4273
.:CursorLine,o:ColorColumn,q:QuickFixLine,
4274
- z:StatusLineTerm,Z:StatusLineTermNC")
4274
+ z:StatusLineTerm,Z:StatusLineTermNC,
4275
+ g:MsgArea")
4275
4276
global
4276
4277
This option can be used to set highlighting mode for various
4277
4278
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|.
4290
4291
| hl-Search | l last search pattern highlighting (see 'hlsearch' )
4291
4292
| hl-MoreMsg | m | more-prompt |
4292
4293
| hl-ModeMsg | M Mode (e.g., "-- INSERT --")
4294
+ | hl-MsgArea | g | Command-line | and message area
4293
4295
| hl-LineNr | n line number for ":number" and ":#" commands, and
4294
4296
when 'number' or 'relativenumber' option is set.
4295
4297
| hl-LineNrAbove | a line number above the cursor for when the
0 commit comments