diff --git a/doc/options.jax b/doc/options.jax index f84d088f6..60daff413 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26 +*options.txt* For Vim バージョン 9.1. Last change: 2025 Oct 28 VIM リファレンスマニュアル by Bram Moolenaar @@ -5181,11 +5181,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる {|+extra_search| 機能付きでコンパイルされたときのみ有 効} 検索コマンドを打ち込んでいる間にも、打ち込んだところまでのパターンが - マッチするテキストを、すぐに表示する ({offset} および {address} 修飾子 - は無視される)。マッチした文字列は強調表示される。パターンが不適切であっ - たり見つからなければ、何も表示されない。画面は次々更新されることになる - ので、このオプションは表示の速いターミナルでのみ有用である。 - コマンドのパターンにも適用される: > + マッチするテキストを、すぐに表示する。マッチした文字列は強調表示され + る。パターンが不適切であったり見つからなければ、何も表示されない。画面 + は次々更新されることになるので、このオプションは表示の速いターミナルで + のみ有用である。コマンドのパターンにも適用される: > :global :lvimgrep :lvimgrepadd diff --git a/en/options.txt b/en/options.txt index 6bd79fb0c..97c0fd9bc 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 Oct 26 +*options.txt* For Vim version 9.1. Last change: 2025 Oct 28 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|. {not available when compiled without the |+extra_search| features} While typing a search command, show where the pattern, as it was typed - so far, matches (ignoring {offset} and {address} modifiers). The - matched string is highlighted. If the pattern is invalid or not - found, nothing is shown. The screen will be updated often, this is - only useful on fast terminals. + so far, matches. The matched string is highlighted. If the pattern + is invalid or not found, nothing is shown. The screen will be updated + often, this is only useful on fast terminals. Also applies to the pattern in commands: > :global :lvimgrep