diff --git a/doc/usr_41.jax b/doc/usr_41.jax index a538709bd..ce2c524c0 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 30 +*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21 VIM USER MANUAL - by Bram Moolenaar @@ -1086,6 +1086,7 @@ Blob 操作: *blob-functions* getcmdwintype() 現在のコマンドラインウィンドウの種類を返す getcompletion() マッチするコマンド補完リストを返す fullcommand() 完全なコマンド名の取得 + cmdcomplete_info() コマンドラインの補完情報を取得 Quickfixとlocationリスト: *quickfix-functions* getqflist() quickfixエラーのリスト diff --git a/en/usr_41.txt b/en/usr_41.txt index 8279e3e99..0c24b8469 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 30 +*usr_41.txt* For Vim version 9.1. Last change: 2025 Apr 21 VIM USER MANUAL - by Bram Moolenaar @@ -1111,6 +1111,7 @@ Command line: *command-line-functions* getcmdwintype() return the current command-line window type getcompletion() list of command-line completion matches fullcommand() get full command name + cmdcomplete_info() get command-line completion information Quickfix and location lists: *quickfix-functions* getqflist() list of quickfix errors