Skip to content

Update options.{txt,jax} #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 02
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 07


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -4303,7 +4303,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
x:PmenuSbar,X:PmenuThumb,*:TabLine,
#:TabLineSel,_:TabLineFill,!:CursorColumn,
.:CursorLine,o:ColorColumn,q:QuickFixLine,
z:StatusLineTerm,Z:StatusLineTermNC")
z:StatusLineTerm,Z:StatusLineTermNC,
g:MsgArea")
グローバル
このオプションは、様々な対象に対する強調表示モードを設定する。文字の組
をコンマ区切りのリストとして指定する。1番目の文字は適用される対象を指
Expand All @@ -4322,6 +4323,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
|hl-Search| l 最終検索パターン強調表示 ('hlsearch' を参照)
|hl-MoreMsg| m 「継続」プロンプト |more-prompt|
|hl-ModeMsg| M モード表示 (例えば "-- INSERT --")
|hl-MsgArea| g |Command-line| とメッセージエリア
|hl-LineNr| n ":number" と ":#" コマンドでの行番号と、'number'
か 'relativenumber' がオンに設定されているときの行
番号。
Expand Down
6 changes: 4 additions & 2 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
#:TabLineSel,_:TabLineFill,!:CursorColumn,
.:CursorLine,o:ColorColumn,q:QuickFixLine,
z:StatusLineTerm,Z:StatusLineTermNC")
z:StatusLineTerm,Z:StatusLineTermNC,
g:MsgArea")
global
This option can be used to set highlighting mode for various
occasions. It is a comma-separated list of character pairs. The
Expand All @@ -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-MoreMsg| m |more-prompt|
|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
when 'number' or 'relativenumber' option is set.
|hl-LineNrAbove| a line number above the cursor for when the
Expand Down