File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments