Skip to content

Commit 6126ca3

Browse files
committed
Update options.{txt,jax}
1 parent f239112 commit 6126ca3

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

doc/options.jax

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Oct 28
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -5181,11 +5181,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
51815181
{|+extra_search| 機能付きでコンパイルされたときのみ有
51825182
効}
51835183
検索コマンドを打ち込んでいる間にも、打ち込んだところまでのパターンが
5184-
マッチするテキストを、すぐに表示する ({offset} および {address} 修飾子
5185-
は無視される)。マッチした文字列は強調表示される。パターンが不適切であっ
5186-
たり見つからなければ、何も表示されない。画面は次々更新されることになる
5187-
ので、このオプションは表示の速いターミナルでのみ有用である。
5188-
コマンドのパターンにも適用される: >
5184+
マッチするテキストを、すぐに表示する。マッチした文字列は強調表示され
5185+
る。パターンが不適切であったり見つからなければ、何も表示されない。画面
5186+
は次々更新されることになるので、このオプションは表示の速いターミナルで
5187+
のみ有用である。コマンドのパターンにも適用される: >
51895188
:global
51905189
:lvimgrep
51915190
:lvimgrepadd

en/options.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Oct 26
1+
*options.txt* For Vim version 9.1. Last change: 2025 Oct 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5124,10 +5124,9 @@ A jump table for the options with a short description can be found at |Q_op|.
51245124
{not available when compiled without the
51255125
|+extra_search| features}
51265126
While typing a search command, show where the pattern, as it was typed
5127-
so far, matches (ignoring {offset} and {address} modifiers). The
5128-
matched string is highlighted. If the pattern is invalid or not
5129-
found, nothing is shown. The screen will be updated often, this is
5130-
only useful on fast terminals.
5127+
so far, matches. The matched string is highlighted. If the pattern
5128+
is invalid or not found, nothing is shown. The screen will be updated
5129+
often, this is only useful on fast terminals.
51315130
Also applies to the pattern in commands: >
51325131
:global
51335132
:lvimgrep

0 commit comments

Comments
 (0)