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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41564,6 +41564,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41564
41564
'diffopt' 設定に "linematch" アルゴリズムを含める。これにより、類似の行のバッ
41565
41565
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41566
41566
41567
+ Vim script および Vim9 script での |Tuple| データ型のサポート。
41568
+
41567
41569
*changed-9.2*
41568
41570
変更点~
41569
41571
------
@@ -41668,11 +41670,14 @@ Ex コマンド: ~
41668
41670
|getstacktrace()| Vim script の現在のスタックトレースを取得する
41669
41671
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
41670
41672
識別子を取得
41673
+ |list2tuple()| 項目のリストを Tuple に変換する
41671
41674
|matchbufline()| バッファ内のすべてのパターンのマッチ
41672
41675
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
41673
41676
|ngettext()| 単一/複数の翻訳メッセージの検索
41674
41677
|popup_setbuf()| ポップアップを別のバッファに切り替える
41675
41678
|str2blob()| 文字列のリストを blob に変換する
41679
+ |test_null_tuple()| null の tuple を返す
41680
+ |tuple2list()| Tuple の項目をリストに変換する
41676
41681
41677
41682
41678
41683
自動コマンド: ~
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41574,6 +41574,8 @@ Include the "linematch" algorithm for the 'diffopt' setting. This aligns
41574
41574
changes between buffers on similar lines improving the diff highlighting in
41575
41575
Vim
41576
41576
41577
+ Support for the |Tuple| data type in Vim script and Vim9 script.
41578
+
41577
41579
*changed-9.2*
41578
41580
Changed~
41579
41581
-------
@@ -41677,11 +41679,14 @@ Functions: ~
41677
41679
|getstacktrace()| get current stack trace of Vim scripts
41678
41680
|id()| get unique identifier for a Dict, List, Object,
41679
41681
Channel or Blob variable
41682
+ |list2tuple()| turn a List of items into a Tuple
41680
41683
|matchbufline()| all the matches of a pattern in a buffer
41681
41684
|matchstrlist()| all the matches of a pattern in a List of strings
41682
41685
|ngettext()| lookup single/plural message translation
41683
41686
|popup_setbuf()| switch to a different buffer in a popup
41684
41687
|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
41685
41690
41686
41691
41687
41692
Autocommands: ~
You can’t perform that action at this time.
0 commit comments