Skip to content
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

Update version9.{txt,jax} #1992

Merged
merged 1 commit into from
Mar 17, 2025
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
3 changes: 2 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 06
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 15


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41678,6 +41678,7 @@ Ex コマンド: ~
|CursorMovedC| コマンドラインでカーソルが移動された後
|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
|TabClosedPre| |tabpage| を閉じる前
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
|WinNewPre| 新しいウィンドウを作成する前

Expand Down
5 changes: 3 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 06
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41606,7 +41606,7 @@ Completion: ~
- handle multi-line completion as expected
- improved commandline completion for the |:hi| command
- New option value for 'wildmode':
"noselect" - do not auto select an entry in the wildmenu
"noselect" - do not auto select an entry in the wildmenu

Options: ~
- the default for 'commentstring' contains whitespace padding to have
Expand Down Expand Up @@ -41687,6 +41687,7 @@ Autocommands: ~
|CursorMovedC| after the cursor was moved in the command-line
|KeyInputPre| before processing any key event in any mode
|SessionWritePost| after writing the session file |:mksession|
|TabClosedPre| before closing a |tabpage|.
|TermResponseAll| after the terminal response to |t_RV| and others is
received
|WinNewPre| before creating a new window
Expand Down