Skip to content

Commit de90f24

Browse files
authored
Merge pull request #1862 from h-east/update-autocmd
Update autocmd.{txt,jax}
2 parents d5b7a4a + 32f6495 commit de90f24

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/autocmd.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
707713
CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
708714
なかったとき。ユーザーが何かキーを押すまで、発

en/autocmd.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
706712
CursorHold When the user doesn't press a key for the time
707713
specified with 'updatetime'. Not triggered

0 commit comments

Comments
 (0)