File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 21
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41564,6 +41564,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4156441564'diffopt' 設定に "linematch" アルゴリズムを含める。これにより、類似の行のバッ
4156541565ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
4156641566
41567+ Vim script および Vim9 script での |Tuple| データ型のサポート。
41568+
4156741569 *changed-9.2*
4156841570変更点~
4156941571------
@@ -41668,11 +41670,14 @@ Ex コマンド: ~
4166841670|getstacktrace()| Vim script の現在のスタックトレースを取得する
4166941671|id()| Dict、List、Object、Channel、または Blob 変数の一意の
4167041672 識別子を取得
41673+ |list2tuple()| 項目のリストを Tuple に変換する
4167141674|matchbufline()| バッファ内のすべてのパターンのマッチ
4167241675|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
4167341676|ngettext()| 単一/複数の翻訳メッセージの検索
4167441677|popup_setbuf()| ポップアップを別のバッファに切り替える
4167541678|str2blob()| 文字列のリストを blob に変換する
41679+ |test_null_tuple()| null の tuple を返す
41680+ |tuple2list()| Tuple の項目をリストに変換する
4167641681
4167741682
4167841683自動コマンド: ~
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2025 Mar 21
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Mar 23
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41574,6 +41574,8 @@ Include the "linematch" algorithm for the 'diffopt' setting. This aligns
4157441574changes between buffers on similar lines improving the diff highlighting in
4157541575Vim
4157641576
41577+ Support for the |Tuple| data type in Vim script and Vim9 script.
41578+
4157741579 *changed-9.2*
4157841580Changed~
4157941581-------
@@ -41677,11 +41679,14 @@ Functions: ~
4167741679|getstacktrace()| get current stack trace of Vim scripts
4167841680|id()| get unique identifier for a Dict, List, Object,
4167941681 Channel or Blob variable
41682+ |list2tuple()| turn a List of items into a Tuple
4168041683|matchbufline()| all the matches of a pattern in a buffer
4168141684|matchstrlist()| all the matches of a pattern in a List of strings
4168241685|ngettext()| lookup single/plural message translation
4168341686|popup_setbuf()| switch to a different buffer in a popup
4168441687|str2blob()| convert a List of strings into a blob
41688+ |test_null_tuple()| return a null tuple
41689+ |tuple2list()| turn a Tuple of items into a List
4168541690
4168641691
4168741692Autocommands: ~
You can’t perform that action at this time.
0 commit comments