diff --git a/doc/version9.jax b/doc/version9.jax index 204d61811..f0163c38d 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41676,6 +41676,7 @@ Ex コマンド: ~ |base64_encode()| blob を base64 文字列にエンコードする |blob2str()| blob を文字列のリストに変換する |bindtextdomain()| メッセージの翻訳検索のベースパスを設定する +|cmdcomplete_info()| 現在のコマンドラインの補完情報を取得 |diff()| 2 つの文字列のリストの差分 |filecopy()| ファイル {from} を {to} にコピー |foreach()| リストの項目に関数を適用 @@ -41700,6 +41701,7 @@ Ex コマンド: ~ 自動コマンド: ~ |CursorMovedC| コマンドラインでカーソルが移動された後 +|CmdlineLeavePre| コマンドラインから抜ける準備の前 |KeyInputPre| 任意のモードで任意のキーイベントを処理する前 |SessionWritePost| セッションファイルを書き込んだ後 |:mksession| |TabClosedPre| |tabpage| を閉じる前 diff --git a/en/version9.txt b/en/version9.txt index 527ed1850..1ef04bd2e 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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 @@ -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|