Skip to content

Commit 5d0946b

Browse files
committed
Update version9.{txt,jax}
1 parent 1e8c862 commit 5d0946b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41618,6 +41618,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4161841618
|foreach()| リストの項目に関数を適用
4161941619
|getcmdcomplpat()| シェルコマンドライン補完
4162041620
|getcmdprompt()| input()/confirm() のプロンプトを取得
41621+
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
4162141622
|getregion()| バッファからテキストの領域を取得
4162241623
|getregionpos()| 領域の位置をリストで取得
4162341624
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
@@ -41652,6 +41653,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4165241653

4165341654
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
4165441655
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41656+
'msghistory' 記憶するメッセージの最大数
4165541657
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
4165641658
'tabclose' タブページを閉じた後にフォーカスするタブページ
4165741659
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 06
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41621,6 +41621,7 @@ Functions: ~
4162141621
|foreach()| apply function to List items
4162241622
|getcmdcomplpat()| Shell command line completion
4162341623
|getcmdprompt()| get prompt for input()/confirm()
41624+
|getcellpixels()| get List of terminal cell pixel size
4162441625
|getregion()| get a region of text from a buffer
4162541626
|getregionpos()| get a list of positions for a region
4162641627
|id()| get unique identifier for a Dict, List, Object,
@@ -41658,6 +41659,7 @@ Options: ~
4165841659
popup
4165941660
'findfunc' Vim function to obtain the results for a |:find|
4166041661
command
41662+
'msghistory' Max number of messages to remember
4166141663
'winfixbuf' Keep buffer focused in a window
4166241664
'tabclose' Which tab page to focus after closing a tab page
4166341665
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)

0 commit comments

Comments
 (0)