File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -1045,7 +1045,8 @@ Blob 操作: *blob-functions*
10451045
10461046コマンドライン: *command-line-functions*
10471047 getcmdcompltype() 現在のコマンドライン補完の種別を取得
1048- getcmdline() 現在のコマンドラインを取得
1048+ getcmdline() 現在のコマンドライン入力を取得
1049+ getcmdprompt() 現在のコマンドラインプロンプトを取得
10491050 getcmdpos() コマンドラインにおけるカーソル位置を取得
10501051 getcmdscreenpos() コマンドラインでのカーソルの画面位置を取得
10511052 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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -1070,7 +1070,8 @@ Buffers, windows and the argument list:
10701070Command line: *command-line-functions*
10711071 getcmdcompltype() get the type of the current command line
10721072 completion
1073- getcmdline() get the current command line
1073+ getcmdline() get the current command line input
1074+ getcmdprompt() get the current command line prompt
10741075 getcmdpos() get position of the cursor in the command line
10751076 getcmdscreenpos() get screen position of the cursor in the
10761077 command line
You can’t perform that action at this time.
0 commit comments