Skip to content

Commit f80bf91

Browse files
authored
Merge pull request #1823 from h-east/update-options
Update options.{txt,jax}
2 parents 2ea957b + ca132d9 commit f80bf91

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

doc/options.jax

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4476,8 +4476,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
44764476
|defaults.vim| で 200 に設定される)
44774477
グローバル
44784478
":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、
4479-
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する
4480-
(|cmdline-editing| を参照)。
4479+
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記
4480+
憶するメッセージ数については、|cmdline-editing| および 'msghistory' を
4481+
参照)。
44814482
最大値は10000。
44824483
NOTE: このオプションは 'compatible' がオンになるとViの既定値に設定され、
44834484
'compatible' がオフになるとVimの既定値に設定されるので注意。
@@ -5959,6 +5960,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
59595960
GUI版, Win32とUnixのxtermでのみ有効。ダブルクリックなどとして認識され
59605961
るクリックとクリックの間の時間を、ミリ秒単位で設定する。
59615962

5963+
*'msghistory'* *'mhi'*
5964+
'msghistory' 'mhi' 数値 (既定では 500)
5965+
グローバル
5966+
|:messages| 履歴に記憶される項目数を決定する。最大値は 10000 である。
5967+
59625968
*'mzquantum'* *'mzq'*
59635969
'mzquantum' 'mzq' 数値 (既定では 100)
59645970
グローバル
@@ -9466,8 +9472,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
94669472
き) はこのオプションは適用されない。
94679473

94689474
*'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'*
9469-
'wildmenu' 'wmnu' 切替 (既定ではオフ、|defaults.vim| 内で
9470-
オンに設定される)
9475+
'wildmenu' 'wmnu' 切替 (既定ではオン)
94719476
グローバル
94729477
オンのとき、コマンドライン補完が拡張モードで行われる。オプション
94739478
'wildchar' で指定されたキー (普通 <Tab>) を打ち込むと補完を開始し、コ

en/options.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Nov 06
1+
*options.txt* For Vim version 9.1. Last change: 2024 Nov 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4440,7 +4440,8 @@ A jump table for the options with a short description can be found at |Q_op|.
44404440
global
44414441
A history of ":" commands, and a history of previous search patterns
44424442
is remembered. This option decides how many entries may be stored in
4443-
each of these histories (see |cmdline-editing|).
4443+
each of these histories (see |cmdline-editing| and 'msghistory' for
4444+
the number of messages to remember).
44444445
The maximum value is 10000.
44454446
NOTE: This option is set to the Vi default value when 'compatible' is
44464447
set and to the Vim default value when 'compatible' is reset.
@@ -5917,6 +5918,12 @@ A jump table for the options with a short description can be found at |Q_op|.
59175918
time in msec between two mouse clicks for the second click to be
59185919
recognized as a multi click.
59195920

5921+
*'msghistory'* *'mhi'*
5922+
'msghistory' 'mhi' number (default 500)
5923+
global
5924+
Determines how many entries are remembered in the |:messages| history.
5925+
The maximum value is 10000.
5926+
59205927
*'mzquantum'* *'mzq'*
59215928
'mzquantum' 'mzq' number (default 100)
59225929
global
@@ -9430,7 +9437,7 @@ A jump table for the options with a short description can be found at |Q_op|.
94309437
happens when there are special characters.
94319438

94329439
*'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'*
9433-
'wildmenu' 'wmnu' boolean (default off, set in |defaults.vim|)
9440+
'wildmenu' 'wmnu' boolean (default on)
94349441
global
94359442
When 'wildmenu' is on, command-line completion operates in an enhanced
94369443
mode. On pressing 'wildchar' (usually <Tab>) to invoke completion,

0 commit comments

Comments
 (0)