Skip to content

Commit 9d47ad7

Browse files
authored
Merge pull request #1475 from vim-jp/hh-update-autocmd
Update autocmd.{txt,jax}
2 parents 67dfc33 + 143ed02 commit 9d47ad7

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 Jan 25
1+
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -433,6 +433,9 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
433433

434434
|SessionLoadPost| セッションファイルを読み込んだ後
435435

436+
|SessionWritePost| |:mksession| コマンドを使用してセッションファイルを書
437+
き込んだ後
438+
436439
|MenuPopup| ポップアップメニューを表示する直前
437440
|CompleteChanged| 挿入モード補完メニューが変更されたとき
438441
|CompleteDonePre| 挿入モード補完が完了したとき、情報がクリアされる前
@@ -1100,6 +1103,9 @@ SafeStateAgain SafeState に似ているが、メッセージを処理し、
11001103
*SessionLoadPost*
11011104
SessionLoadPost |:mksession|で作られたセッションファイルを読み
11021105
込んだ後。
1106+
*SessionWritePost*
1107+
SessionWritePost |:mksession| コマンドを呼び出してセッションファ
1108+
イルを書き込んだ後。
11031109
*ShellCmdPost*
11041110
ShellCmdPost |:!cmd|, |:shell|, |:make|, |:grep|を使って
11051111
シェルコマンドを実行した後。変更されたファイル

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 Jan 25
1+
*autocmd.txt* For Vim version 9.1. Last change: 2024 Mar 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -428,6 +428,9 @@ Name triggered by ~
428428

429429
|SessionLoadPost| after loading a session file
430430

431+
|SessionWritePost| After writing the session file using
432+
the |:mksession| command.
433+
431434
|MenuPopup| just before showing the popup menu
432435
|CompleteChanged| after Insert mode completion menu changed
433436
|CompleteDonePre| after Insert mode completion is done, before clearing
@@ -1114,6 +1117,9 @@ SafeStateAgain Like SafeState but after processing any
11141117

11151118
*SessionLoadPost*
11161119
SessionLoadPost After loading the session file created using
1120+
the |:mksession| command.
1121+
*SessionWritePost*
1122+
SessionWritePost After writing a session file by calling
11171123
the |:mksession| command.
11181124
*ShellCmdPost*
11191125
ShellCmdPost After executing a shell command with |:!cmd|,

0 commit comments

Comments
 (0)