Skip to content

Commit b75b7d3

Browse files
authored
Merge pull request #2048 from h-east/update-version9
Update version9.{txt,jax}
2 parents f0e69ff + 22db9ae commit b75b7d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 18
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
22

33

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

4170241703
|CursorMovedC| コマンドラインでカーソルが移動された後
41704+
|CmdlineLeavePre| コマンドラインから抜ける準備の前
4170341705
|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
4170441706
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
4170541707
|TabClosedPre| |tabpage| を閉じる前

en/version9.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 18
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 21
22

33

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

4170941710
Autocommands: ~
4171041711

41712+
|CmdlineLeavePre| before preparing to leave the command line
4171141713
|CursorMovedC| after the cursor was moved in the command-line
4171241714
|KeyInputPre| before processing any key event in any mode
4171341715
|SessionWritePost| after writing the session file |:mksession|

0 commit comments

Comments
 (0)