Skip to content

Commit 7545215

Browse files
committed
Update insert.{txt,jax}
1 parent 1baea0e commit 7545215

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/insert.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 09
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Apr 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1104,6 +1104,9 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
11041104
let matches = ... list of words ...
11051105
return {'words': matches, 'refresh': 'always'}
11061106
<
1107+
マッチの検索に時間がかかる場合、|complete_check()| を使用すると応答性を維持す
1108+
るのに役立つ。
1109+
11071110
*complete-items*
11081111
リストの各要素は文字列か辞書のどちらかであること。文字列の場合はそれが候補とな
11091112
る。辞書の場合は以下の要素を含んでいること:

en/insert.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 09
1+
*insert.txt* For Vim version 9.1. Last change: 2025 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1167,6 +1167,9 @@ For example, the function can contain this: >
11671167
let matches = ... list of words ...
11681168
return {'words': matches, 'refresh': 'always'}
11691169
<
1170+
If looking for matches is time-consuming, |complete_check()| may be used to
1171+
maintain responsiveness.
1172+
11701173
*complete-items*
11711174
Each list item can either be a string or a Dictionary. When it is a string it
11721175
is used as the completion. When it is a Dictionary it can contain these

0 commit comments

Comments
 (0)