Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -5181,11 +5181,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
{|+extra_search| 機能付きでコンパイルされたときのみ有
効}
検索コマンドを打ち込んでいる間にも、打ち込んだところまでのパターンが
マッチするテキストを、すぐに表示する ({offset} および {address} 修飾子
は無視される)。マッチした文字列は強調表示される。パターンが不適切であっ
たり見つからなければ、何も表示されない。画面は次々更新されることになる
ので、このオプションは表示の速いターミナルでのみ有用である。
コマンドのパターンにも適用される: >
マッチするテキストを、すぐに表示する。マッチした文字列は強調表示され
る。パターンが不適切であったり見つからなければ、何も表示されない。画面
は次々更新されることになるので、このオプションは表示の速いターミナルで
のみ有用である。コマンドのパターンにも適用される: >
:global
:lvimgrep
:lvimgrepadd
Expand Down
9 changes: 4 additions & 5 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down