From b58ef8019a8632d529f2cb67df6c810a7ab3485d Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 22 Apr 2025 20:17:08 +0900 Subject: [PATCH] Update usr_41.{txt,jax} --- doc/usr_41.jax | 3 ++- en/usr_41.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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