File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 06
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 15
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41678,6 +41678,7 @@ Ex コマンド: ~
4167841678|CursorMovedC| コマンドラインでカーソルが移動された後
4167941679|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
4168041680|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
41681+ |TabClosedPre| |tabpage| を閉じる前
4168141682|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
4168241683|WinNewPre| 新しいウィンドウを作成する前
4168341684
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2025 Mar 06
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Mar 15
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41606,7 +41606,7 @@ Completion: ~
4160641606- handle multi-line completion as expected
4160741607- improved commandline completion for the |:hi| command
4160841608- New option value for 'wildmode':
41609- "noselect" - do not auto select an entry in the wildmenu
41609+ "noselect" - do not auto select an entry in the wildmenu
4161041610
4161141611Options: ~
4161241612- the default for 'commentstring' contains whitespace padding to have
@@ -41687,6 +41687,7 @@ Autocommands: ~
4168741687|CursorMovedC| after the cursor was moved in the command-line
4168841688|KeyInputPre| before processing any key event in any mode
4168941689|SessionWritePost| after writing the session file |:mksession|
41690+ |TabClosedPre| before closing a |tabpage|.
4169041691|TermResponseAll| after the terminal response to |t_RV| and others is
4169141692 received
4169241693|WinNewPre| before creating a new window
You can’t perform that action at this time.
0 commit comments