Skip to content

Commit c4ea232

Browse files
authored
Merge pull request #1535 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 181946c + 52412f5 commit c4ea232

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/options.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 02
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4303,7 +4303,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
43034303
x:PmenuSbar,X:PmenuThumb,*:TabLine,
43044304
#:TabLineSel,_:TabLineFill,!:CursorColumn,
43054305
.:CursorLine,o:ColorColumn,q:QuickFixLine,
4306-
z:StatusLineTerm,Z:StatusLineTermNC")
4306+
z:StatusLineTerm,Z:StatusLineTermNC,
4307+
g:MsgArea")
43074308
グローバル
43084309
このオプションは、様々な対象に対する強調表示モードを設定する。文字の組
43094310
をコンマ区切りのリストとして指定する。1番目の文字は適用される対象を指
@@ -4322,6 +4323,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
43224323
|hl-Search| l 最終検索パターン強調表示 ('hlsearch' を参照)
43234324
|hl-MoreMsg| m 「継続」プロンプト |more-prompt|
43244325
|hl-ModeMsg| M モード表示 (例えば "-- INSERT --")
4326+
|hl-MsgArea| g |Command-line| とメッセージエリア
43254327
|hl-LineNr| n ":number" と ":#" コマンドでの行番号と、'number'
43264328
か 'relativenumber' がオンに設定されているときの行
43274329
番号。

en/options.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

Comments
 (0)