Skip to content

Commit 5847b6f

Browse files
authored
Merge pull request #1992 from h-east/update-version9
Update version9.{txt,jax}
2 parents 6b5e572 + 1daa9c7 commit 5847b6f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/version9.jax

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/version9.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

4161141611
Options: ~
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

0 commit comments

Comments
 (0)