File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09
1
+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1045,7 +1045,8 @@ Blob 操作: *blob-functions*
1045
1045
1046
1046
コマンドライン: *command-line-functions*
1047
1047
getcmdcompltype() 現在のコマンドライン補完の種別を取得
1048
- getcmdline() 現在のコマンドラインを取得
1048
+ getcmdline() 現在のコマンドライン入力を取得
1049
+ getcmdprompt() 現在のコマンドラインプロンプトを取得
1049
1050
getcmdpos() コマンドラインにおけるカーソル位置を取得
1050
1051
getcmdscreenpos() コマンドラインでのカーソルの画面位置を取得
1051
1052
setcmdline() 現在のコマンドラインを設定
Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim version 9.1. Last change: 2024 Jun 09
1
+ *usr_41.txt* For Vim version 9.1. Last change: 2024 Sep 23
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1070,7 +1070,8 @@ Buffers, windows and the argument list:
1070
1070
Command line: *command-line-functions*
1071
1071
getcmdcompltype() get the type of the current command line
1072
1072
completion
1073
- getcmdline() get the current command line
1073
+ getcmdline() get the current command line input
1074
+ getcmdprompt() get the current command line prompt
1074
1075
getcmdpos() get position of the cursor in the command line
1075
1076
getcmdscreenpos() get screen position of the cursor in the
1076
1077
command line
You can’t perform that action at this time.
0 commit comments