File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41618,6 +41618,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41618
41618
|foreach()| リストの項目に関数を適用
41619
41619
|getcmdcomplpat()| シェルコマンドライン補完
41620
41620
|getcmdprompt()| input()/confirm() のプロンプトを取得
41621
+ |getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
41621
41622
|getregion()| バッファからテキストの領域を取得
41622
41623
|getregionpos()| 領域の位置をリストで取得
41623
41624
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
@@ -41652,6 +41653,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41652
41653
41653
41654
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41654
41655
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41656
+ 'msghistory' 記憶するメッセージの最大数
41655
41657
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41656
41658
'tabclose' タブページを閉じた後にフォーカスするタブページ
41657
41659
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41621,6 +41621,7 @@ Functions: ~
41621
41621
|foreach()| apply function to List items
41622
41622
|getcmdcomplpat()| Shell command line completion
41623
41623
|getcmdprompt()| get prompt for input()/confirm()
41624
+ |getcellpixels()| get List of terminal cell pixel size
41624
41625
|getregion()| get a region of text from a buffer
41625
41626
|getregionpos()| get a list of positions for a region
41626
41627
|id()| get unique identifier for a Dict, List, Object,
@@ -41658,6 +41659,7 @@ Options: ~
41658
41659
popup
41659
41660
'findfunc' Vim function to obtain the results for a |:find|
41660
41661
command
41662
+ 'msghistory' Max number of messages to remember
41661
41663
'winfixbuf' Keep buffer focused in a window
41662
41664
'tabclose' Which tab page to focus after closing a tab page
41663
41665
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
You can’t perform that action at this time.
0 commit comments