File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- *insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+ *insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1078,8 +1078,8 @@ CTRL-X CTRL-Z テキストを変更せずに補完を停止する。
10781078☆自動補完 *ins-autocompletion*
10791079
10801080Vim は、| i_CTRL-N | を使うのと同様に、入力中に自動的に補完メニューを表示できる。
1081- 'autocomplete' を参照。メニュー項目は、'complete' オプションに指定されたソース
1082- から収集される 。
1081+ 'autocomplete' および 'autocompletedelay' を参照。メニュー項目は、'complete'
1082+ オプションに指定されたソースから収集される 。
10831083
10841084手動の | i_CTRL-N | 補完とは異なり、このモードでは Vim の応答性を維持するために
10851085徐々に減少するタイムアウトを使用する。'complete' リストの上位にあるソースには、
Original file line number Diff line number Diff line change 1- *insert.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+ *insert.txt* For Vim version 9.1. Last change: 2025 Aug 16
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1138,8 +1138,8 @@ CTRL-X CTRL-Z Stop completion without changing the text.
11381138AUTOCOMPLETION *ins-autocompletion*
11391139
11401140Vim can display a completion menu as you type, similar to using | i_CTRL-N | ,
1141- but triggered automatically. See 'autocomplete' . The menu items are collected
1142- from the sources listed in the 'complete' option.
1141+ but triggered automatically. See 'autocomplete' and 'autocompletedelay' .
1142+ The menu items are collected from the sources listed in the 'complete' option.
11431143
11441144Unlike manual | i_CTRL-N | completion, this mode uses a decaying timeout to keep
11451145Vim responsive. Sources earlier in the 'complete' list are given more time
You can’t perform that action at this time.
0 commit comments