File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 07
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -946,6 +946,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
946
946
を使用した場合と似ているが、自動的に実行される。|ins-autocompletion|
947
947
を参照。
948
948
949
+ *'autocompletedelay'* *'acl'*
950
+ 'autocompletedelay' 'acl' 数値 (既定では 0)
951
+ グローバル
952
+ 入力後に自動補完メニューが表示されるまでのミリ秒単位の遅延時間。自動補
953
+ 完メニューがすぐに表示されて欲しくない場合には、入力速度より少し長めの
954
+ 値を設定する。|ins-autocompletion| を参照。
955
+
949
956
*'autoindent'* *'ai'* *'noautoindent'* *'noai'*
950
957
'autoindent' 'ai' 切替 (既定ではオフ)
951
958
バッファについてローカル
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
918
918
When on, Vim shows a completion menu as you type, similar to using
919
919
| i_CTRL-N | , but triggered automatically. See | ins-autocompletion | .
920
920
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
+
921
928
*'autoindent'* *'ai'* *'noautoindent'* *'noai'*
922
929
'autoindent' 'ai' boolean (default off)
923
930
local to buffer
You can’t perform that action at this time.
0 commit comments