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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -433,6 +433,9 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
433
433
434
434
| SessionLoadPost | セッションファイルを読み込んだ後
435
435
436
+ | SessionWritePost | | :mksession | コマンドを使用してセッションファイルを書
437
+ き込んだ後
438
+
436
439
| MenuPopup | ポップアップメニューを表示する直前
437
440
| CompleteChanged | 挿入モード補完メニューが変更されたとき
438
441
| CompleteDonePre | 挿入モード補完が完了したとき、情報がクリアされる前
@@ -1100,6 +1103,9 @@ SafeStateAgain SafeState に似ているが、メッセージを処理し、
1100
1103
*SessionLoadPost*
1101
1104
SessionLoadPost | :mksession | で作られたセッションファイルを読み
1102
1105
込んだ後。
1106
+ *SessionWritePost*
1107
+ SessionWritePost | :mksession | コマンドを呼び出してセッションファ
1108
+ イルを書き込んだ後。
1103
1109
*ShellCmdPost*
1104
1110
ShellCmdPost | :!cmd | , | :shell | , | :make | , | :grep | を使って
1105
1111
シェルコマンドを実行した後。変更されたファイル
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -428,6 +428,9 @@ Name triggered by ~
428
428
429
429
| SessionLoadPost | after loading a session file
430
430
431
+ | SessionWritePost | After writing the session file using
432
+ the | :mksession | command.
433
+
431
434
| MenuPopup | just before showing the popup menu
432
435
| CompleteChanged | after Insert mode completion menu changed
433
436
| CompleteDonePre | after Insert mode completion is done, before clearing
@@ -1114,6 +1117,9 @@ SafeStateAgain Like SafeState but after processing any
1114
1117
1115
1118
*SessionLoadPost*
1116
1119
SessionLoadPost After loading the session file created using
1120
+ the | :mksession | command.
1121
+ *SessionWritePost*
1122
+ SessionWritePost After writing a session file by calling
1117
1123
the | :mksession | command.
1118
1124
*ShellCmdPost*
1119
1125
ShellCmdPost After executing a shell command with | :!cmd | ,
You can’t perform that action at this time.
0 commit comments