File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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*
11011104SessionLoadPost | :mksession | で作られたセッションファイルを読み
11021105 込んだ後。
1106+ *SessionWritePost*
1107+ SessionWritePost | :mksession | コマンドを呼び出してセッションファ
1108+ イルを書き込んだ後。
11031109 *ShellCmdPost*
11041110ShellCmdPost | :!cmd | , | :shell | , | :make | , | :grep | を使って
11051111 シェルコマンドを実行した後。変更されたファイル
Original file line number Diff line number Diff line change 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*
11161119SessionLoadPost 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*
11191125ShellCmdPost After executing a shell command with | :!cmd | ,
You can’t perform that action at this time.
0 commit comments