Skip to content

Commit b46a41b

Browse files
committed
Update options.{txt,jax}
1 parent 8cb9be5 commit b46a41b

File tree

2 files changed

+45
-18
lines changed

2 files changed

+45
-18
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4476,8 +4476,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
44764476
グローバル
44774477
":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、
44784478
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記
4479-
憶するメッセージ数については、|cmdline-editing| および 'msghistory' を
4480-
参照)。
4479+
憶するメッセージ数については、|cmdline-editing| および 'messagesopt'
4480+
を参照)。
44814481
最大値は10000。
44824482
NOTE: このオプションは 'compatible' がオンになるとViの既定値に設定され、
44834483
'compatible' がオフになるとVimの既定値に設定されるので注意。
@@ -5682,6 +5682,26 @@ Note 1番目の形式では、行全体がオプション指定に使われる
56825682
に対して使われる。このオプションを変更しても直接の効果はなく、メニュー
56835683
を更新しなければならない。
56845684

5685+
*'messagesopt'* *'mopt'*
5686+
'messagesopt' 'mopt' 文字列 (既定では "hit-enter,history:500")
5687+
グローバル
5688+
5689+
メッセージを出力する際のオプション設定。以下の項目から構成される。項目
5690+
はコンマで区切る必要がある。
5691+
5692+
hit-enter メッセージが 'cmdheight' のサイズより長い場合は、
5693+
|hit-enter| プロンプトを使用する。
5694+
5695+
wait:{n} "hit-enter" が存在する場合は無視される。|hit-enter| プ
5696+
ロンプトを使用する代わりに、ユーザーがメッセージを読む
5697+
機会が得られるように {n} ミリ秒だけ待機する。スリープ
5698+
を無効にするには 0 を使用する (ただし、ユーザーは重要
5699+
なメッセージを見逃す可能性がある)。
5700+
5701+
history:{n} |:messages| 履歴に記憶されるエントリ数を決定する。最大
5702+
値は 10000 である。
5703+
ゼロに設定すると、メッセージ履歴がクリアされる。
5704+
56855705
*'mkspellmem'* *'msm'*
56865706
'mkspellmem' 'msm' 文字列 (既定では "460000,2000,500")
56875707
グローバル
@@ -5959,12 +5979,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
59595979
GUI版, Win32とUnixのxtermでのみ有効。ダブルクリックなどとして認識され
59605980
るクリックとクリックの間の時間を、ミリ秒単位で設定する。
59615981

5962-
*'msghistory'* *'mhi'*
5963-
'msghistory' 'mhi' 数値 (既定では 500)
5964-
グローバル
5965-
|:messages| 履歴に記憶される項目数を決定する。最大値は 10000 である。
5966-
ゼロに設定すると、メッセージ履歴がクリアされる。
5967-
59685982

59695983
*'mzquantum'* *'mzq'*
59705984
'mzquantum' 'mzq' 数値 (既定では 100)

en/options.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4439,7 +4439,7 @@ A jump table for the options with a short description can be found at |Q_op|.
44394439
global
44404440
A history of ":" commands, and a history of previous search patterns
44414441
is remembered. This option decides how many entries may be stored in
4442-
each of these histories (see |cmdline-editing| and 'msghistory' for
4442+
each of these histories (see |cmdline-editing| and 'messagesopt' for
44434443
the number of messages to remember).
44444444
The maximum value is 10000.
44454445
NOTE: This option is set to the Vi default value when 'compatible' is
@@ -5634,6 +5634,26 @@ A jump table for the options with a short description can be found at |Q_op|.
56345634
generated from a list of items, e.g., the Buffers menu. Changing this
56355635
option has no direct effect, the menu must be refreshed first.
56365636

5637+
*'messagesopt'* *'mopt'*
5638+
'messagesopt' 'mopt' string (default "hit-enter,history:500")
5639+
global
5640+
5641+
Option settings when outputting messages. It can consist of the
5642+
following items. Items must be separated by a comma.
5643+
5644+
hit-enter Use |hit-enter| prompt when the message is longer than
5645+
'cmdheight' size.
5646+
5647+
wait:{n} Ignored when "hit-enter" is present. Instead of using
5648+
|hit-enter| prompt, will simply wait for {n}
5649+
milliseconds so the user has a chance to read the
5650+
message, use 0 to disable sleep (but then the user may
5651+
miss an important message).
5652+
5653+
history:{n} Determines how many entries are remembered in the
5654+
|:messages| history. The maximum value is 10000.
5655+
Setting it to zero clears the message history.
5656+
56375657
*'mkspellmem'* *'msm'*
56385658
'mkspellmem' 'msm' string (default "460000,2000,500")
56395659
global
@@ -5917,13 +5937,6 @@ A jump table for the options with a short description can be found at |Q_op|.
59175937
time in msec between two mouse clicks for the second click to be
59185938
recognized as a multi click.
59195939

5920-
*'msghistory'* *'mhi'*
5921-
'msghistory' 'mhi' number (default 500)
5922-
global
5923-
Determines how many entries are remembered in the |:messages| history.
5924-
The maximum value is 10000.
5925-
Setting it to zero clears the message history.
5926-
59275940

59285941
*'mzquantum'* *'mzq'*
59295942
'mzquantum' 'mzq' number (default 100)

0 commit comments

Comments
 (0)