diff --git a/doc/options.jax b/doc/options.jax index bec904396..7f957f054 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 07 +*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20 VIMリファレンスマニュアル by Bram Moolenaar @@ -946,6 +946,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる を使用した場合と似ているが、自動的に実行される。|ins-autocompletion| を参照。 + *'autocompletedelay'* *'acl'* +'autocompletedelay' 'acl' 数値 (既定では 0) + グローバル + 入力後に自動補完メニューが表示されるまでのミリ秒単位の遅延時間。自動補 + 完メニューがすぐに表示されて欲しくない場合には、入力速度より少し長めの + 値を設定する。|ins-autocompletion| を参照。 + *'autoindent'* *'ai'* *'noautoindent'* *'noai'* 'autoindent' 'ai' 切替 (既定ではオフ) バッファについてローカル diff --git a/en/options.txt b/en/options.txt index b22a1711d..e0083eda6 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 Aug 07 +*options.txt* For Vim version 9.1. Last change: 2025 Aug 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -918,6 +918,13 @@ A jump table for the options with a short description can be found at |Q_op|. When on, Vim shows a completion menu as you type, similar to using |i_CTRL-N|, but triggered automatically. See |ins-autocompletion|. + *'autocompletedelay'* *'acl'* +'autocompletedelay' 'acl' number (default 0) + global + Delay in milliseconds before the autocomplete menu appears after + typing. If you prefer it not to open too quickly, set this value + slightly above your typing speed. See |ins-autocompletion|. + *'autoindent'* *'ai'* *'noautoindent'* *'noai'* 'autoindent' 'ai' boolean (default off) local to buffer