File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *autocmd.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+ *autocmd.txt* For Vim バージョン 9.2. Last change: 2026 Feb 25
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -438,6 +438,7 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
438438| QuickFixCmdPre | QuickFixコマンドを実行する前
439439| QuickFixCmdPost | QuickFixコマンドを実行した後
440440
441+ | SessionLoadPre | セッションファイルを読み込む前
441442| SessionLoadPost | セッションファイルを読み込んだ後
442443
443444| SessionWritePost | | :mksession | コマンドを使用してセッションファイルを書
@@ -1165,9 +1166,12 @@ SafeStateAgain SafeState に似ているが、メッセージを処理し、
11651166 ガーされる可能性があるので、時間がかかるような
11661167 ことはしないこと。
11671168
1169+ *SessionLoadPre*
1170+ SessionLoadPre | :mksession | コマンドを使用して作成されたセッ
1171+ ションファイルを読み込む前。
11681172 *SessionLoadPost*
1169- SessionLoadPost | :mksession | で作られたセッションファイルを読み
1170- 込んだ後 。
1173+ SessionLoadPost | :mksession | コマンドを使用して作成されたセッ
1174+ ションファイルを読み込だ後 。
11711175 *SessionWritePost*
11721176SessionWritePost | :mksession | コマンドを呼び出してセッションファ
11731177 イルを書き込んだ後。
Original file line number Diff line number Diff line change 1- *autocmd.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *autocmd.txt* For Vim version 9.2. Last change: 2026 Feb 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -435,6 +435,7 @@ Name triggered by ~
435435| QuickFixCmdPre | before a quickfix command is run
436436| QuickFixCmdPost | after a quickfix command is run
437437
438+ | SessionLoadPre | before loading a session file
438439| SessionLoadPost | after loading a session file
439440
440441| SessionWritePost | after writing the session file using
@@ -1182,6 +1183,9 @@ SafeStateAgain Like SafeState but after processing any
11821183 triggered often, don't do something that takes
11831184 time.
11841185
1186+ *SessionLoadPre*
1187+ SessionLoadPre Before loading the session file created using
1188+ the | :mksession | command.
11851189 *SessionLoadPost*
11861190SessionLoadPost After loading the session file created using
11871191 the | :mksession | command.
You can’t perform that action at this time.
0 commit comments