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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1086,7 +1086,8 @@ Blob 操作: *blob-functions*
1086
1086
setcmdpos() コマンドラインにおけるカーソル位置を設定
1087
1087
getcmdtype() 現在のコマンドラインの種類を返す
1088
1088
getcmdwintype() 現在のコマンドラインウィンドウの種類を返す
1089
- getcompletion() マッチするコマンド補完リストを返す
1089
+ getcompletion() マッチするコマンドライン補完のリストを取得
1090
+ getcompletiontype() 指定された文字列のコマンドライン補完の種類を取得
1090
1091
fullcommand() 完全なコマンド名の取得
1091
1092
cmdcomplete_info() コマンドラインの補完情報を取得
1092
1093
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1112,6 +1112,8 @@ Command line: *command-line-functions*
1112
1112
getcmdtype() return the current command-line type
1113
1113
getcmdwintype() return the current command-line window type
1114
1114
getcompletion() list of command-line completion matches
1115
+ getcompletiontype() get the type of the command-line completion
1116
+ for specified string
1115
1117
fullcommand() get full command name
1116
1118
cmdcomplete_info() get command-line completion information
1117
1119
You can’t perform that action at this time.
0 commit comments