diff --git a/doc/insert.jax b/doc/insert.jax index 3880021e6..bb0399024 100644 --- a/doc/insert.jax +++ b/doc/insert.jax @@ -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 @@ -1078,8 +1078,8 @@ CTRL-X CTRL-Z テキストを変更せずに補完を停止する。 ☆自動補完 *ins-autocompletion* Vim は、|i_CTRL-N| を使うのと同様に、入力中に自動的に補完メニューを表示できる。 -'autocomplete' を参照。メニュー項目は、'complete' オプションに指定されたソース -から収集される。 +'autocomplete' および 'autocompletedelay' を参照。メニュー項目は、'complete' +オプションに指定されたソースから収集される。 手動の |i_CTRL-N| 補完とは異なり、このモードでは Vim の応答性を維持するために 徐々に減少するタイムアウトを使用する。'complete' リストの上位にあるソースには、 diff --git a/en/insert.txt b/en/insert.txt index a56ffc0d3..d017042c8 100644 --- a/en/insert.txt +++ b/en/insert.txt @@ -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 @@ -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