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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -703,6 +703,12 @@ CompleteDone 挿入モード補完が完了したとき。補完が実行さ
703703 変数 | v:completed_item | には補完された候補につい
704704 ての情報が含まれている。
705705
706+ 以下の | v:event | キーを設定する:
707+ complete_word 選択された単語。補完が
708+ 放棄された場合は空白に
709+ なる。
710+ complete_type | complete_info_mode |
711+
706712 *CursorHold*
707713CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
708714 なかったとき。ユーザーが何かキーを押すまで、発
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -702,6 +702,12 @@ CompleteDone After Insert mode completion is done. Either
702702 The | v:completed_item | variable contains
703703 information about the completed item.
704704
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+
705711 *CursorHold*
706712CursorHold When the user doesn't press a key for the time
707713 specified with 'updatetime' . Not triggered
You can’t perform that action at this time.
0 commit comments