Skip to content

Commit

Permalink
Merge pull request #1862 from h-east/update-autocmd
Browse files Browse the repository at this point in the history
Update autocmd.{txt,jax}
  • Loading branch information
h-east authored Dec 8, 2024
2 parents d5b7a4a + 32f6495 commit de90f24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
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

0 comments on commit de90f24

Please sign in to comment.