From 5d0946b6b17706273753aa3216b46fe4f8baaac8 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 15 Nov 2024 12:26:47 +0900 Subject: [PATCH] Update version9.{txt,jax} --- doc/version9.jax | 4 +++- en/version9.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 03245c4f3..c4ca85b08 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14 VIMリファレンスマニュアル by Bram Moolenaar @@ -41618,6 +41618,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート |foreach()| リストの項目に関数を適用 |getcmdcomplpat()| シェルコマンドライン補完 |getcmdprompt()| input()/confirm() のプロンプトを取得 +|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する |getregion()| バッファからテキストの領域を取得 |getregionpos()| 領域の位置をリストで取得 |id()| Dict、List、Object、Channel、または Blob 変数の一意の @@ -41652,6 +41653,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 'findfunc' |:find| コマンドの結果を取得するための Vim の関数 +'msghistory' 記憶するメッセージの最大数 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする 'tabclose' タブページを閉じた後にフォーカスするタブページ 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420) diff --git a/en/version9.txt b/en/version9.txt index daba9848c..10e13f846 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Nov 06 +*version9.txt* For Vim version 9.1. Last change: 2024 Nov 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41621,6 +41621,7 @@ Functions: ~ |foreach()| apply function to List items |getcmdcomplpat()| Shell command line completion |getcmdprompt()| get prompt for input()/confirm() +|getcellpixels()| get List of terminal cell pixel size |getregion()| get a region of text from a buffer |getregionpos()| get a list of positions for a region |id()| get unique identifier for a Dict, List, Object, @@ -41658,6 +41659,7 @@ Options: ~ popup 'findfunc' Vim function to obtain the results for a |:find| command +'msghistory' Max number of messages to remember 'winfixbuf' Keep buffer focused in a window 'tabclose' Which tab page to focus after closing a tab page 't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)