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
6 changes: 3 additions & 3 deletions doc/insert.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1078,8 +1078,8 @@ CTRL-X CTRL-Z テキストを変更せずに補完を停止する。
☆自動補完 *ins-autocompletion*

Vim は、|i_CTRL-N| を使うのと同様に、入力中に自動的に補完メニューを表示できる。
'autocomplete' を参照。メニュー項目は、'complete' オプションに指定されたソース
から収集される
'autocomplete' および 'autocompletedelay' を参照。メニュー項目は、'complete'
オプションに指定されたソースから収集される

手動の |i_CTRL-N| 補完とは異なり、このモードでは Vim の応答性を維持するために
徐々に減少するタイムアウトを使用する。'complete' リストの上位にあるソースには、
Expand Down
6 changes: 3 additions & 3 deletions en/insert.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim version 9.1. Last change: 2025 Aug 06
*insert.txt* For Vim version 9.1. Last change: 2025 Aug 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1138,8 +1138,8 @@ CTRL-X CTRL-Z Stop completion without changing the text.
AUTOCOMPLETION *ins-autocompletion*

Vim can display a completion menu as you type, similar to using |i_CTRL-N|,
but triggered automatically. See 'autocomplete'. The menu items are collected
from the sources listed in the 'complete' option.
but triggered automatically. See 'autocomplete' and 'autocompletedelay'.
The menu items are collected from the sources listed in the 'complete' option.

Unlike manual |i_CTRL-N| completion, this mode uses a decaying timeout to keep
Vim responsive. Sources earlier in the 'complete' list are given more time
Expand Down