Skip to content
Open
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
9 changes: 6 additions & 3 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.2. Last change: 2026 Aug 16
*options.txt* For Vim バージョン 9.2. Last change: 2026 Aug 20


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -2406,7 +2406,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
たときのみ有効。

'autocomplete' が有効な場合、"fuzzy"、"longest"、"popup"、
"popuphidden"、"preinsert" および"preview" のみが効果がある。
"popuphidden"、"preinsert" および "preview" のみが効果がある。

このオプションは |cmdline-completion| には適用されない。詳細については
'wildoptions' を参照。
Expand Down Expand Up @@ -3605,6 +3605,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
が使用できる: >
:set ei=all,-WinLeave
<
|CursorMoved| や |TextChanged| のように、現在の状態を保存された状態と
比較することで発生するイベントは、それらが無視されている間に生じた変化
に対しては、後から発生することはない。

*'eventignorewin'* *'eiw'*
'eventignorewin' 'eiw' 文字列 (既定では "")
ウィンドウについてローカル
Expand Down Expand Up @@ -4010,7 +4014,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
関数はリストを返す必要があり、そのリストは
|:command-completion-customlist| 関数の戻り値と同様に処理される。

関数は、|:find| コマンドの呼び出しごとに 1 回だけ呼び出される。
関数は、'path' で指定されたすべてのディレクトリを処理できる。

マッチした場合、関数は 1 つ以上のファイル名を含む |List| を返す必要が
Expand Down
7 changes: 5 additions & 2 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.2. Last change: 2026 Aug 16
*options.txt* For Vim version 9.2. Last change: 2026 Aug 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -3583,6 +3583,10 @@ A jump table for the options with a short description can be found at |Q_op|.
To ignore all but some events, a "-" prefix can be used: >
:set ei=all,-WinLeave
<
Events that are triggered by comparing the current state against a
stored one, such as |CursorMoved| and |TextChanged|, are not triggered
afterwards for what happened while they were ignored.

*'eventignorewin'* *'eiw'*
'eventignorewin' 'eiw' string (default "")
window-local
Expand Down Expand Up @@ -3986,7 +3990,6 @@ A jump table for the options with a short description can be found at |Q_op|.
The function should return a List, which is handled similarly to the
return value of a |:command-completion-customlist| function.

The function is called only once per |:find| command invocation.
The function can process all the directories specified in 'path'.

If a match is found, the function should return a |List| containing
Expand Down