File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Oct 27
1
+ *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -703,6 +703,12 @@ CompleteDone 挿入モード補完が完了したとき。補完が実行さ
703
703
変数 | v:completed_item | には補完された候補につい
704
704
ての情報が含まれている。
705
705
706
+ 以下の | v:event | キーを設定する:
707
+ complete_word 選択された単語。補完が
708
+ 放棄された場合は空白に
709
+ なる。
710
+ complete_type | complete_info_mode |
711
+
706
712
*CursorHold*
707
713
CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
708
714
なかったとき。ユーザーが何かキーを押すまで、発
Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim version 9.1. Last change: 2024 Oct 27
1
+ *autocmd.txt* For Vim version 9.1. Last change: 2024 Dec 04
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -702,6 +702,12 @@ CompleteDone After Insert mode completion is done. Either
702
702
The | v:completed_item | variable contains
703
703
information about the completed item.
704
704
705
+ Sets these | v:event | keys:
706
+ complete_word The word that was
707
+ selected, empty if
708
+ abandoned complete.
709
+ complete_type | complete_info_mode |
710
+
705
711
*CursorHold*
706
712
CursorHold When the user doesn't press a key for the time
707
713
specified with 'updatetime' . Not triggered
You can’t perform that action at this time.
0 commit comments