diff --git a/doc/usr_41.jax b/doc/usr_41.jax index 238a99ad3..c232bfb09 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09 +*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23 VIM USER MANUAL - by Bram Moolenaar @@ -1045,7 +1045,8 @@ Blob 操作: *blob-functions* コマンドライン: *command-line-functions* getcmdcompltype() 現在のコマンドライン補完の種別を取得 - getcmdline() 現在のコマンドラインを取得 + getcmdline() 現在のコマンドライン入力を取得 + getcmdprompt() 現在のコマンドラインプロンプトを取得 getcmdpos() コマンドラインにおけるカーソル位置を取得 getcmdscreenpos() コマンドラインでのカーソルの画面位置を取得 setcmdline() 現在のコマンドラインを設定 diff --git a/en/usr_41.txt b/en/usr_41.txt index 765eab504..27df85ac7 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 9.1. Last change: 2024 Jun 09 +*usr_41.txt* For Vim version 9.1. Last change: 2024 Sep 23 VIM USER MANUAL - by Bram Moolenaar @@ -1070,7 +1070,8 @@ Buffers, windows and the argument list: Command line: *command-line-functions* getcmdcompltype() get the type of the current command line completion - getcmdline() get the current command line + getcmdline() get the current command line input + getcmdprompt() get the current command line prompt getcmdpos() get position of the cursor in the command line getcmdscreenpos() get screen position of the cursor in the command line