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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1078,8 +1078,8 @@ CTRL-X CTRL-Z テキストを変更せずに補完を停止する。
1078
1078
☆自動補完 *ins-autocompletion*
1079
1079
1080
1080
Vim は、| i_CTRL-N | を使うのと同様に、入力中に自動的に補完メニューを表示できる。
1081
- 'autocomplete' を参照。メニュー項目は、'complete' オプションに指定されたソース
1082
- から収集される 。
1081
+ 'autocomplete' および 'autocompletedelay' を参照。メニュー項目は、'complete'
1082
+ オプションに指定されたソースから収集される 。
1083
1083
1084
1084
手動の | i_CTRL-N | 補完とは異なり、このモードでは Vim の応答性を維持するために
1085
1085
徐々に減少するタイムアウトを使用する。'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1138,8 +1138,8 @@ CTRL-X CTRL-Z Stop completion without changing the text.
1138
1138
AUTOCOMPLETION *ins-autocompletion*
1139
1139
1140
1140
Vim 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.
1143
1143
1144
1144
Unlike manual | i_CTRL-N | completion, this mode uses a decaying timeout to keep
1145
1145
Vim responsive. Sources earlier in the 'complete' list are given more time
You can’t perform that action at this time.
0 commit comments