Skip to content

Commit af56062

Browse files
committed
Update by original
1 parent 26f60d7 commit af56062

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

doc/options.jax

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 08
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5943,6 +5943,15 @@ Note 1番目の形式では、行全体がオプション指定に使われる
59435943
る。
59445944
'maxmem' も参照。
59455945

5946+
*'maxsearchcount'* *'msc'*
5947+
'maxsearchcount' 'msc' 数値 (既定では 99)
5948+
グローバル
5949+
検索カウントステータスに表示されるマッチの最大数 |shm-S| 。
5950+
マッチ数がこの値を超えると、検索を高速化するために、正確な数の代わりに
5951+
">" が表示される。
5952+
Note: 値を大きくするとパフォーマンスに影響する可能性がある。
5953+
値は 1 から 9999 までの範囲で指定する必要がある。
5954+
59465955
*'menuitems'* *'mis'*
59475956
'menuitems' 'mis' 数値 (既定では 25)
59485957
グローバル
@@ -7691,7 +7700,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
76917700
"[1/5]"。"S" フラグが指定されない (例えば、検索件数が表示され
76927701
る) 場合、"search hit BOTTOM, continuing at TOP" および
76937702
"search hit TOP, continuing at BOTTOM" メッセージは、検索件数
7694-
統計の前に "W" (覚え方: Wrapped) 文字のみで示される。
7703+
統計の前に "W" (覚え方: Wrapped) 文字のみで示される。最大制限
7704+
値は 'maxsearchcount' オプションで設定できる。
76957705

76967706
{訳注: 以下日本語メッセージの場合:
76977707
"[Incomplete last line]" "[最終行が不完全]"

en/options.txt

Lines changed: 12 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: 2025 Jul 08
1+
*options.txt* For Vim version 9.1. Last change: 2025 Jul 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5898,6 +5898,15 @@ A jump table for the options with a short description can be found at |Q_op|.
58985898
used.
58995899
Also see 'maxmem'.
59005900

5901+
*'maxsearchcount'* *'msc'*
5902+
'maxsearchcount' 'msc' number (default 99)
5903+
global
5904+
Maximum number of matches shown for the search count status |shm-S|
5905+
When the number of matches exceeds this value, Vim shows ">" instead
5906+
of the exact count to keep searching fast.
5907+
Note: larger values may impact performance.
5908+
The value must be between 1 and 9999.
5909+
59015910
*'menuitems'* *'mis'*
59025911
'menuitems' 'mis' number (default 25)
59035912
global
@@ -7669,7 +7678,8 @@ A jump table for the options with a short description can be found at |Q_op|.
76697678
is shown), the "search hit BOTTOM, continuing at TOP" and
76707679
"search hit TOP, continuing at BOTTOM" messages are only
76717680
indicated by a "W" (Mnemonic: Wrapped) letter before the
7672-
search count statistics.
7681+
search count statistics. The maximum limit can be set with
7682+
the 'maxsearchcount' option.
76737683

76747684
This gives you the opportunity to avoid that a change between buffers
76757685
requires you to hit <Enter>, but still gives as useful a message as

0 commit comments

Comments
 (0)