diff --git a/doc/version9.jax b/doc/version9.jax index 81af7d5a7..5fee62e6a 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41618,6 +41618,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート "bash" ファイルタイプとして検出するようになった - "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ ロトコルを使用) のサポートにより更新された +- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される + マッチのリストを返す *added-9.2* 追加要素 ~ @@ -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 変数の一意の diff --git a/en/version9.txt b/en/version9.txt index bb39c4334..3477c9126 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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 ~ @@ -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,