Skip to content

Commit f56dc58

Browse files
authored
Merge pull request #2046 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents 300e4bc + b58ef80 commit f56dc58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 30
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1086,6 +1086,7 @@ Blob 操作: *blob-functions*
10861086
getcmdwintype() 現在のコマンドラインウィンドウの種類を返す
10871087
getcompletion() マッチするコマンド補完リストを返す
10881088
fullcommand() 完全なコマンド名の取得
1089+
cmdcomplete_info() コマンドラインの補完情報を取得
10891090

10901091
Quickfixとlocationリスト: *quickfix-functions*
10911092
getqflist() quickfixエラーのリスト

en/usr_41.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 30
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Apr 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1111,6 +1111,7 @@ Command line: *command-line-functions*
11111111
getcmdwintype() return the current command-line window type
11121112
getcompletion() list of command-line completion matches
11131113
fullcommand() get full command name
1114+
cmdcomplete_info() get command-line completion information
11141115

11151116
Quickfix and location lists: *quickfix-functions*
11161117
getqflist() list of quickfix errors

0 commit comments

Comments
 (0)