Skip to content

Commit 297d351

Browse files
authored
Merge pull request #1698 from vim-jp/hh-update-usr_41
Update usr_41.{txt,jax}
2 parents e8a9bf3 + b659f8f commit 297d351

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/usr_41.jax

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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() 現在のコマンドラインを設定

en/usr_41.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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:
10701070
Command 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

0 commit comments

Comments
 (0)