Skip to content

Commit adff30e

Browse files
authored
Merge pull request #1901 from h-east/update-version9
Update version9.{txt,jax}
2 parents 2229be9 + 44f709e commit adff30e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/version9.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 31
22

33

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

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

4162741629
関数: ~
4162841630

41631+
|base64_decode()| base64 文字列を blob にデコードする
41632+
|base64_encode()| blob を base64 文字列にエンコードする
4162941633
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
4163041634
|diff()| 2 つの文字列のリストの差分
4163141635
|filecopy()| ファイル {from} を {to} にコピー
4163241636
|foreach()| リストの項目に関数を適用
41637+
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
4163341638
|getcmdcomplpat()| シェルコマンドライン補完
4163441639
|getcmdprompt()| input()/confirm() のプロンプトを取得
41635-
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
4163641640
|getregion()| バッファからテキストの領域を取得
4163741641
|getregionpos()| 領域の位置をリストで取得
4163841642
|id()| Dict、List、Object、Channel、または Blob 変数の一意の

en/version9.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 29
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 31
22

33

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

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

4163041632
Functions: ~
4163141633

41634+
|base64_decode()| decode a base64 string into a blob
41635+
|base64_encode()| encode a blob into a base64 string
4163241636
|bindtextdomain()| set message lookup translation base path
4163341637
|diff()| diff two Lists of strings
4163441638
|filecopy()| copy a file {from} to {to}
4163541639
|foreach()| apply function to List items
41640+
|getcellpixels()| get List of terminal cell pixel size
4163641641
|getcmdcomplpat()| Shell command line completion
4163741642
|getcmdprompt()| get prompt for input()/confirm()
41638-
|getcellpixels()| get List of terminal cell pixel size
4163941643
|getregion()| get a region of text from a buffer
4164041644
|getregionpos()| get a list of positions for a region
4164141645
|id()| get unique identifier for a Dict, List, Object,

0 commit comments

Comments
 (0)