Skip to content

Commit f80fb10

Browse files
authored
Merge pull request #2256 from h-east/update-insert
Update insert.{txt,jax}
2 parents 4fa1f84 + 4470cdf commit f80fb10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/insert.jax

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

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

10841084
手動の |i_CTRL-N| 補完とは異なり、このモードでは Vim の応答性を維持するために
10851085
徐々に減少するタイムアウトを使用する。'complete' リストの上位にあるソースには、

en/insert.txt

Lines changed: 3 additions & 3 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 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.
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'. 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

11441144
Unlike manual |i_CTRL-N| completion, this mode uses a decaying timeout to keep
11451145
Vim responsive. Sources earlier in the 'complete' list are given more time

0 commit comments

Comments
 (0)