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
8 changes: 6 additions & 2 deletions 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 Dec 29
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 31


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41618,6 +41618,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
"bash" ファイルタイプとして検出するようになった
- "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
ロトコルを使用) のサポートにより更新された
- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される
マッチのリストを返す

*added-9.2*
追加要素 ~
Expand All @@ -41626,13 +41628,15 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート

関数: ~

|base64_decode()| base64 文字列を blob にデコードする
|base64_encode()| blob を base64 文字列にエンコードする
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
|diff()| 2 つの文字列のリストの差分
|filecopy()| ファイル {from} を {to} にコピー
|foreach()| リストの項目に関数を適用
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
|getcmdcomplpat()| シェルコマンドライン補完
|getcmdprompt()| input()/confirm() のプロンプトを取得
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
|getregion()| バッファからテキストの領域を取得
|getregionpos()| 領域の位置をリストで取得
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
Expand Down
8 changes: 6 additions & 2 deletions 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 Dec 29
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 31


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41621,6 +41621,8 @@ Changed~
instead of the "sh" filetype
- the default value of the 'keyprotocol' option has been updated by support
for the ghostty terminal emulator (using kitty protocol)
- |complete_info()| returns the list of matches shown in the poppu menu via
the "matches" key

*added-9.2*
Added ~
Expand All @@ -41629,13 +41631,15 @@ Various syntax, indent and other plugins were added.

Functions: ~

|base64_decode()| decode a base64 string into a blob
|base64_encode()| encode a blob into a base64 string
|bindtextdomain()| set message lookup translation base path
|diff()| diff two Lists of strings
|filecopy()| copy a file {from} to {to}
|foreach()| apply function to List items
|getcellpixels()| get List of terminal cell pixel size
|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
Loading