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
1 change: 1 addition & 0 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ Blob 操作: *blob-functions*
swapname() バッファのスワップファイルパスを得る

コマンドライン: *command-line-functions*
getcmdcomplpat() 現在のコマンドラインの補完パターンを取得
getcmdcompltype() 現在のコマンドライン補完の種別を取得
getcmdline() 現在のコマンドライン入力を取得
getcmdprompt() 現在のコマンドラインプロンプトを取得
Expand Down
2 changes: 2 additions & 0 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ Buffers, windows and the argument list:
swapname() get the swap file path of a buffer

Command line: *command-line-functions*
getcmdcomplpat() get completion pattern of the current command
line
getcmdcompltype() get the type of the current command line
completion
getcmdline() get the current command line input
Expand Down