File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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る。辞書の場合は以下の要素を含んでいること:
Original file line number Diff line number Diff line change 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*
11711174Each list item can either be a string or a Dictionary. When it is a string it
11721175is used as the completion. When it is a Dictionary it can contain these
You can’t perform that action at this time.
0 commit comments