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
22
33
44 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|.
42714271 x:PmenuSbar,X:PmenuThumb,*:TabLine,
42724272 #:TabLineSel,_:TabLineFill,!:CursorColumn,
42734273 .:CursorLine,o:ColorColumn,q:QuickFixLine,
4274- z:StatusLineTerm,Z:StatusLineTermNC")
4274+ z:StatusLineTerm,Z:StatusLineTermNC,
4275+ g:MsgArea")
42754276 global
42764277 This option can be used to set highlighting mode for various
42774278 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|.
42904291 | hl-Search | l last search pattern highlighting (see 'hlsearch' )
42914292 | hl-MoreMsg | m | more-prompt |
42924293 | hl-ModeMsg | M Mode (e.g., "-- INSERT --")
4294+ | hl-MsgArea | g | Command-line | and message area
42934295 | hl-LineNr | n line number for ":number" and ":#" commands, and
42944296 when 'number' or 'relativenumber' option is set.
42954297 | hl-LineNrAbove | a line number above the cursor for when the
0 commit comments