From 32f6495cbe4cd02019ba81de2cb2265285bb9a44 Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 5 Dec 2024 06:04:14 +0900 Subject: [PATCH] Update autocmd.{txt,jax} --- doc/autocmd.jax | 8 +++++++- en/autocmd.txt | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/autocmd.jax b/doc/autocmd.jax index 0559a8505..a2a672686 100644 --- a/doc/autocmd.jax +++ b/doc/autocmd.jax @@ -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 @@ -703,6 +703,12 @@ CompleteDone 挿入モード補完が完了したとき。補完が実行さ 変数 |v:completed_item| には補完された候補につい ての情報が含まれている。 + 以下の |v:event| キーを設定する: + complete_word 選択された単語。補完が + 放棄された場合は空白に + なる。 + complete_type |complete_info_mode| + *CursorHold* CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ なかったとき。ユーザーが何かキーを押すまで、発 diff --git a/en/autocmd.txt b/en/autocmd.txt index 6ca00a6e1..8a653f2be 100644 --- a/en/autocmd.txt +++ b/en/autocmd.txt @@ -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 @@ -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