Skip to content

Commit 32ab5d0

Browse files
committed
Update options.{txt,jax}
1 parent f80fb10 commit 32ab5d0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/options.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 07
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -946,6 +946,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
946946
を使用した場合と似ているが、自動的に実行される。|ins-autocompletion|
947947
を参照。
948948

949+
*'autocompletedelay'* *'acl'*
950+
'autocompletedelay' 'acl' 数値 (既定では 0)
951+
グローバル
952+
入力後に自動補完メニューが表示されるまでのミリ秒単位の遅延時間。自動補
953+
完メニューがすぐに表示されて欲しくない場合には、入力速度より少し長めの
954+
値を設定する。|ins-autocompletion| を参照。
955+
949956
*'autoindent'* *'ai'* *'noautoindent'* *'noai'*
950957
'autoindent' 'ai' 切替 (既定ではオフ)
951958
バッファについてローカル

en/options.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Aug 07
1+
*options.txt* For Vim version 9.1. Last change: 2025 Aug 20
22

33

44
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|.
918918
When on, Vim shows a completion menu as you type, similar to using
919919
|i_CTRL-N|, but triggered automatically. See |ins-autocompletion|.
920920

921+
*'autocompletedelay'* *'acl'*
922+
'autocompletedelay' 'acl' number (default 0)
923+
global
924+
Delay in milliseconds before the autocomplete menu appears after
925+
typing. If you prefer it not to open too quickly, set this value
926+
slightly above your typing speed. See |ins-autocompletion|.
927+
921928
*'autoindent'* *'ai'* *'noautoindent'* *'noai'*
922929
'autoindent' 'ai' boolean (default off)
923930
local to buffer

0 commit comments

Comments
 (0)