Skip to content

Commit 4785dc8

Browse files
authored
Merge pull request #2137 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents a64b162 + b48dc51 commit 4785dc8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/usr_41.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Apr 27
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1086,7 +1086,8 @@ Blob 操作: *blob-functions*
10861086
setcmdpos() コマンドラインにおけるカーソル位置を設定
10871087
getcmdtype() 現在のコマンドラインの種類を返す
10881088
getcmdwintype() 現在のコマンドラインウィンドウの種類を返す
1089-
getcompletion() マッチするコマンド補完リストを返す
1089+
getcompletion() マッチするコマンドライン補完のリストを取得
1090+
getcompletiontype() 指定された文字列のコマンドライン補完の種類を取得
10901091
fullcommand() 完全なコマンド名の取得
10911092
cmdcomplete_info() コマンドラインの補完情報を取得
10921093

en/usr_41.txt

Lines changed: 3 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 Apr 27
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jul 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1112,6 +1112,8 @@ Command line: *command-line-functions*
11121112
getcmdtype() return the current command-line type
11131113
getcmdwintype() return the current command-line window type
11141114
getcompletion() list of command-line completion matches
1115+
getcompletiontype() get the type of the command-line completion
1116+
for specified string
11151117
fullcommand() get full command name
11161118
cmdcomplete_info() get command-line completion information
11171119

0 commit comments

Comments
 (0)