Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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