diff --git a/doc/usr_41.jax b/doc/usr_41.jax index 94c0dccc6..79e582c92 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1044,6 +1044,7 @@ Blob 操作: *blob-functions* swapname() バッファのスワップファイルパスを得る コマンドライン: *command-line-functions* + getcmdcomplpat() 現在のコマンドラインの補完パターンを取得 getcmdcompltype() 現在のコマンドライン補完の種別を取得 getcmdline() 現在のコマンドライン入力を取得 getcmdprompt() 現在のコマンドラインプロンプトを取得 diff --git a/en/usr_41.txt b/en/usr_41.txt index 123dcbb68..af67429ec 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -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