Skip to content

Update autocmd.{txt,jax} #1475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/autocmd.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Jan 25
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26


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

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

|SessionWritePost| |:mksession| コマンドを使用してセッションファイルを書
き込んだ後

|MenuPopup| ポップアップメニューを表示する直前
|CompleteChanged| 挿入モード補完メニューが変更されたとき
|CompleteDonePre| 挿入モード補完が完了したとき、情報がクリアされる前
Expand Down Expand Up @@ -1100,6 +1103,9 @@ SafeStateAgain SafeState に似ているが、メッセージを処理し、
*SessionLoadPost*
SessionLoadPost |:mksession|で作られたセッションファイルを読み
込んだ後。
*SessionWritePost*
SessionWritePost |:mksession| コマンドを呼び出してセッションファ
イルを書き込んだ後。
*ShellCmdPost*
ShellCmdPost |:!cmd|, |:shell|, |:make|, |:grep|を使って
シェルコマンドを実行した後。変更されたファイル
Expand Down
8 changes: 7 additions & 1 deletion en/autocmd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 9.1. Last change: 2024 Jan 25
*autocmd.txt* For Vim version 9.1. Last change: 2024 Mar 26


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -428,6 +428,9 @@ Name triggered by ~

|SessionLoadPost| after loading a session file

|SessionWritePost| After writing the session file using
the |:mksession| command.

|MenuPopup| just before showing the popup menu
|CompleteChanged| after Insert mode completion menu changed
|CompleteDonePre| after Insert mode completion is done, before clearing
Expand Down Expand Up @@ -1114,6 +1117,9 @@ SafeStateAgain Like SafeState but after processing any

*SessionLoadPost*
SessionLoadPost After loading the session file created using
the |:mksession| command.
*SessionWritePost*
SessionWritePost After writing a session file by calling
the |:mksession| command.
*ShellCmdPost*
ShellCmdPost After executing a shell command with |:!cmd|,
Expand Down