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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1104,6 +1104,9 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
1104
1104
let matches = ... list of words ...
1105
1105
return {'words': matches, 'refresh': 'always'}
1106
1106
<
1107
+ マッチの検索に時間がかかる場合、| complete_check() | を使用すると応答性を維持す
1108
+ るのに役立つ。
1109
+
1107
1110
*complete-items*
1108
1111
リストの各要素は文字列か辞書のどちらかであること。文字列の場合はそれが候補とな
1109
1112
る。辞書の場合は以下の要素を含んでいること:
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1167,6 +1167,9 @@ For example, the function can contain this: >
1167
1167
let matches = ... list of words ...
1168
1168
return {'words': matches, 'refresh': 'always'}
1169
1169
<
1170
+ If looking for matches is time-consuming, | complete_check() | may be used to
1171
+ maintain responsiveness.
1172
+
1170
1173
*complete-items*
1171
1174
Each list item can either be a string or a Dictionary. When it is a string it
1172
1175
is 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