File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 18
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41676,6 +41676,7 @@ Ex コマンド: ~
41676
41676
|base64_encode()| blob を base64 文字列にエンコードする
41677
41677
|blob2str()| blob を文字列のリストに変換する
41678
41678
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
41679
+ |cmdcomplete_info()| 現在のコマンドラインの補完情報を取得
41679
41680
|diff()| 2 つの文字列のリストの差分
41680
41681
|filecopy()| ファイル {from} を {to} にコピー
41681
41682
|foreach()| リストの項目に関数を適用
@@ -41700,6 +41701,7 @@ Ex コマンド: ~
41700
41701
自動コマンド: ~
41701
41702
41702
41703
|CursorMovedC| コマンドラインでカーソルが移動された後
41704
+ |CmdlineLeavePre| コマンドラインから抜ける準備の前
41703
41705
|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
41704
41706
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
41705
41707
|TabClosedPre| |tabpage| を閉じる前
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41685,6 +41685,7 @@ Functions: ~
41685
41685
|base64_encode()| encode a blob into a base64 string
41686
41686
|blob2str()| convert a blob into a List of strings
41687
41687
|bindtextdomain()| set message lookup translation base path
41688
+ |cmdcomplete_info()| get current cmdline completion info
41688
41689
|diff()| diff two Lists of strings
41689
41690
|filecopy()| copy a file {from} to {to}
41690
41691
|foreach()| apply function to List items
@@ -41708,6 +41709,7 @@ Functions: ~
41708
41709
41709
41710
Autocommands: ~
41710
41711
41712
+ |CmdlineLeavePre| before preparing to leave the command line
41711
41713
|CursorMovedC| after the cursor was moved in the command-line
41712
41714
|KeyInputPre| before processing any key event in any mode
41713
41715
|SessionWritePost| after writing the session file |:mksession|
You can’t perform that action at this time.
0 commit comments