File tree 2 files changed +5
-3
lines changed
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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41678,6 +41678,7 @@ Ex コマンド: ~
41678
41678
|CursorMovedC| コマンドラインでカーソルが移動された後
41679
41679
|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
41680
41680
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
41681
+ |TabClosedPre| |tabpage| を閉じる前
41681
41682
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
41682
41683
|WinNewPre| 新しいウィンドウを作成する前
41683
41684
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41606,7 +41606,7 @@ Completion: ~
41606
41606
- handle multi-line completion as expected
41607
41607
- improved commandline completion for the |:hi| command
41608
41608
- 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
41610
41610
41611
41611
Options: ~
41612
41612
- the default for 'commentstring' contains whitespace padding to have
@@ -41687,6 +41687,7 @@ Autocommands: ~
41687
41687
|CursorMovedC| after the cursor was moved in the command-line
41688
41688
|KeyInputPre| before processing any key event in any mode
41689
41689
|SessionWritePost| after writing the session file |:mksession|
41690
+ |TabClosedPre| before closing a |tabpage|.
41690
41691
|TermResponseAll| after the terminal response to |t_RV| and others is
41691
41692
received
41692
41693
|WinNewPre| before creating a new window
You can’t perform that action at this time.
0 commit comments