|
1 |
| -*insert.txt* For Vim version 9.1. Last change: 2025 Aug 16 |
| 1 | +*insert.txt* For Vim version 9.1. Last change: 2025 Aug 25 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1138,17 +1138,19 @@ 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' and 'autocompletedelay'. |
1142 |
| -The menu items are collected from the sources listed in the 'complete' option. |
| 1141 | +but triggered automatically. See 'autocomplete'. The menu items are collected |
| 1142 | +from the sources listed in the 'complete' option, in order. |
1143 | 1143 |
|
1144 |
| -Unlike manual |i_CTRL-N| completion, this mode uses a decaying timeout to keep |
1145 |
| -Vim responsive. Sources earlier in the 'complete' list are given more time |
1146 |
| -(higher priority), but every source is guaranteed a time slice, however small. |
| 1144 | +A decaying timeout keeps Vim responsive. Sources earlier in the 'complete' |
| 1145 | +list get more time (higher priority), but all sources receive at least a small |
| 1146 | +time slice. |
1147 | 1147 |
|
1148 | 1148 | This mode is fully compatible with other completion modes. You can invoke
|
1149 | 1149 | any of them at any time by typing |CTRL-X|, which temporarily suspends
|
1150 |
| -autocompletion. To use |i_CTRL-N| specifically, press |CTRL-E| first to |
1151 |
| -dismiss the popup menu (see |complete_CTRL-E|). |
| 1150 | +autocompletion. To use |i_CTRL-N| or |i_CTRL-X_CTRL-N| specifically, press |
| 1151 | +|CTRL-E| first to dismiss the popup menu (see |complete_CTRL-E|). |
| 1152 | + |
| 1153 | +See also 'autocomplete', 'autocompletetimeout' and 'autocompletedelay'. |
1152 | 1154 |
|
1153 | 1155 |
|
1154 | 1156 | FUNCTIONS FOR FINDING COMPLETIONS *complete-functions*
|
|
0 commit comments