Skip to content

Commit f961425

Browse files
committed
Update insert.{txt,jax}
1 parent 44234be commit f961425

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

doc/insert.jax

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Aug 25
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1078,18 +1078,19 @@ CTRL-X CTRL-Z テキストを変更せずに補完を停止する。
10781078
☆自動補完 *ins-autocompletion*
10791079

10801080
Vim は、|i_CTRL-N| を使うのと同様に、入力中に自動的に補完メニューを表示できる。
1081-
'autocomplete' および 'autocompletedelay' を参照。メニュー項目は、'complete'
1082-
オプションに指定されたソースから収集される
1081+
'autocomplete' 参照。メニュー項目は、'complete' オプションにリストされている
1082+
ソースから順に収集される
10831083

1084-
手動の |i_CTRL-N| 補完とは異なり、このモードでは Vim の応答性を維持するために
1085-
徐々に減少するタイムアウトを使用する。'complete' リストの上位にあるソースには、
1086-
より多くの時間 (より高い優先度) が与えられるが、すべてのソースには、どんなに短
1087-
い時間であっても、一定のタイムスライスが保証される。
1084+
タイムアウト時間が徐々に減少することで、Vim の応答性を維持する。'complete'
1085+
スト内の前のソースにはより多くの時間 (高い優先度) が割り当てられるが、すべての
1086+
ソースに少なくともわずかな時間が割り当てられる。
10881087

10891088
このモードは他の補完モードと完全に互換性がある。|CTRL-X| を入力することで、い
10901089
つでも他の補完モードを呼び出すことができる。これにより、自動補完が一時的に停止
1091-
される。|i_CTRL-N| を使用するには、まず |CTRL-E| を押してポップアップメニュー
1092-
を閉じること (|complete_CTRL-E| を参照)。
1090+
される。|i_CTRL-N| または |i_CTRL-X_CTRL-N| を使用するには、まず |CTRL-E| を押
1091+
してポップアップメニューを閉じる (|complete_CTRL-E| を参照)。
1092+
1093+
'autocomplete''autocompletetimeout' および 'autocompletedelay' も参照。
10931094

10941095

10951096
☆補完候補を検索する関数 *complete-functions*

en/insert.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1138,17 +1138,19 @@ CTRL-X CTRL-Z Stop completion without changing the text.
11381138
AUTOCOMPLETION *ins-autocompletion*
11391139

11401140
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.
11431143

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.
11471147

11481148
This mode is fully compatible with other completion modes. You can invoke
11491149
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'.
11521154

11531155

11541156
FUNCTIONS FOR FINDING COMPLETIONS *complete-functions*

0 commit comments

Comments
 (0)