Skip to content

Commit

Permalink
Merge pull request #1698 from vim-jp/hh-update-usr_41
Browse files Browse the repository at this point in the history
Update usr_41.{txt,jax}
  • Loading branch information
h-east committed Sep 27, 2024
2 parents e8a9bf3 + b659f8f commit 297d351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -1045,7 +1045,8 @@ Blob 操作: *blob-functions*

コマンドライン: *command-line-functions*
getcmdcompltype() 現在のコマンドライン補完の種別を取得
getcmdline() 現在のコマンドラインを取得
getcmdline() 現在のコマンドライン入力を取得
getcmdprompt() 現在のコマンドラインプロンプトを取得
getcmdpos() コマンドラインにおけるカーソル位置を取得
getcmdscreenpos() コマンドラインでのカーソルの画面位置を取得
setcmdline() 現在のコマンドラインを設定
Expand Down
5 changes: 3 additions & 2 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 297d351

Please sign in to comment.