Skip to content

Update version9.{txt,jax} #2048

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 2 commits into from
Apr 30, 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
4 changes: 3 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 Apr 18
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41676,6 +41676,7 @@ Ex コマンド: ~
|base64_encode()| blob を base64 文字列にエンコードする
|blob2str()| blob を文字列のリストに変換する
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
|cmdcomplete_info()| 現在のコマンドラインの補完情報を取得
|diff()| 2 つの文字列のリストの差分
|filecopy()| ファイル {from} を {to} にコピー
|foreach()| リストの項目に関数を適用
Expand All @@ -41700,6 +41701,7 @@ Ex コマンド: ~
自動コマンド: ~

|CursorMovedC| コマンドラインでカーソルが移動された後
|CmdlineLeavePre| コマンドラインから抜ける準備の前
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

指摘としては別PRと同じです

対応をやるべきかは不明ですが

#2051 (review)

|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
|TabClosedPre| |tabpage| を閉じる前
Expand Down
4 changes: 3 additions & 1 deletion 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 Apr 18
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 21


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41685,6 +41685,7 @@ Functions: ~
|base64_encode()| encode a blob into a base64 string
|blob2str()| convert a blob into a List of strings
|bindtextdomain()| set message lookup translation base path
|cmdcomplete_info()| get current cmdline completion info
|diff()| diff two Lists of strings
|filecopy()| copy a file {from} to {to}
|foreach()| apply function to List items
Expand All @@ -41708,6 +41709,7 @@ Functions: ~

Autocommands: ~

|CmdlineLeavePre| before preparing to leave the command line
|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|
Expand Down