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
4 changes: 3 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41618,6 +41618,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
|foreach()| リストの項目に関数を適用
|getcmdcomplpat()| シェルコマンドライン補完
|getcmdprompt()| input()/confirm() のプロンプトを取得
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
|getregion()| バッファからテキストの領域を取得
|getregionpos()| 領域の位置をリストで取得
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
Expand Down Expand Up @@ -41652,6 +41653,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート

'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'msghistory' 記憶するメッセージの最大数
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'tabclose' タブページを閉じた後にフォーカスするタブページ
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Expand Down
4 changes: 3 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Expand Down