Skip to content

Commit 1ee2952

Browse files
committed
Update by original
1 parent b46a41b commit 1ee2952

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5686,21 +5686,24 @@ Note 1番目の形式では、行全体がオプション指定に使われる
56865686
'messagesopt' 'mopt' 文字列 (既定では "hit-enter,history:500")
56875687
グローバル
56885688

5689-
メッセージを出力する際のオプション設定。以下の項目から構成される。項目
5690-
はコンマで区切る必要がある
5689+
メッセージ出力のためのオプション設定。以下の項目から構成される。項目は
5690+
コンマで区切る必要がある
56915691

56925692
hit-enter メッセージが 'cmdheight' のサイズより長い場合は、
56935693
|hit-enter| プロンプトを使用する。
56945694

5695-
wait:{n} "hit-enter" が存在する場合は無視される。|hit-enter| プ
5696-
ロンプトを使用する代わりに、ユーザーがメッセージを読む
5697-
機会が得られるように {n} ミリ秒だけ待機する。スリープ
5698-
を無効にするには 0 を使用する (ただし、ユーザーは重要
5699-
なメッセージを見逃す可能性がある)。
5695+
wait:{n} |hit-enter| プロンプトを使用する代わりに、ユーザーが
5696+
メッセージを読む機会が得られるように、単純に {n} ミリ
5697+
秒間ウェイトする。{n} の最大値は 10000 である。ウェイ
5698+
トを無効にするには 0 を使用する (ただし、ユーザーは重
5699+
要なメッセージを見逃す可能性がある)。
5700+
この項目は、"hit-enter" が指定される場合は無視される
5701+
が、"hit-enter" が指定されない場合は必須である。
57005702

57015703
history:{n} |:messages| 履歴に記憶されるエントリ数を決定する。最大
57025704
値は 10000 である。
57035705
ゼロに設定すると、メッセージ履歴がクリアされる。
5706+
この項目は常に指定する必要がある。
57045707

57055708
*'mkspellmem'* *'msm'*
57065709
'mkspellmem' 'msm' 文字列 (既定では "460000,2000,500")

en/options.txt

Lines changed: 11 additions & 8 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 06
1+
*options.txt* For Vim version 9.1. Last change: 2024 Dec 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5638,21 +5638,24 @@ A jump table for the options with a short description can be found at |Q_op|.
56385638
'messagesopt' 'mopt' string (default "hit-enter,history:500")
56395639
global
56405640

5641-
Option settings when outputting messages. It can consist of the
5641+
Option settings for outputting messages. It can consist of the
56425642
following items. Items must be separated by a comma.
56435643

5644-
hit-enter Use |hit-enter| prompt when the message is longer than
5644+
hit-enter Use a |hit-enter| prompt when the message is longer than
56455645
'cmdheight' size.
56465646

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).
5647+
wait:{n} Instead of using a |hit-enter| prompt, simply wait for
5648+
{n} milliseconds so that the user has a chance to read
5649+
the message. The maximum value of {n} is 10000. Use
5650+
0 to disable the wait (but then the user may miss an
5651+
important message).
5652+
This item is ignored when "hit-enter" is present, but
5653+
required when "hit-enter" is not present.
56525654

56535655
history:{n} Determines how many entries are remembered in the
56545656
|:messages| history. The maximum value is 10000.
56555657
Setting it to zero clears the message history.
5658+
This item must always be present.
56565659

56575660
*'mkspellmem'* *'msm'*
56585661
'mkspellmem' 'msm' string (default "460000,2000,500")

0 commit comments

Comments
 (0)