Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/autocmd.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Oct 27
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -703,6 +703,12 @@ CompleteDone 挿入モード補完が完了したとき。補完が実行さ
変数 |v:completed_item| には補完された候補につい
ての情報が含まれている。

以下の |v:event| キーを設定する:
complete_word 選択された単語。補完が
放棄された場合は空白に
なる。
complete_type |complete_info_mode|

*CursorHold*
CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
なかったとき。ユーザーが何かキーを押すまで、発
Expand Down
8 changes: 7 additions & 1 deletion en/autocmd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 9.1. Last change: 2024 Oct 27
*autocmd.txt* For Vim version 9.1. Last change: 2024 Dec 04


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -702,6 +702,12 @@ CompleteDone After Insert mode completion is done. Either
The |v:completed_item| variable contains
information about the completed item.

Sets these |v:event| keys:
complete_word The word that was
selected, empty if
abandoned complete.
complete_type |complete_info_mode|

*CursorHold*
CursorHold When the user doesn't press a key for the time
specified with 'updatetime'. Not triggered
Expand Down
Loading