File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41543,6 +41543,8 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
41543
41543
41544
41544
Vim9 script の列挙型サポート |:enum|
41545
41545
41546
+ Vim9 script のジェネリック関数のサポート |generic-functions|
41547
+
41546
41548
protected _new() メソッドのサポート
41547
41549
41548
41550
|:defcompile| を使用した Vim9 クラスのすべてのメソッドのコンパイルのサポート。
@@ -41590,6 +41592,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41590
41592
"nosort" - 補完結果をソートしない
41591
41593
"preinsert" - 挿入する値をハイライトする
41592
41594
"nearest" - カーソルまでの距離で補完結果をソートする
41595
+ - ワイルドカード展開をトリガーする新しい関数 |wildtrigger()|
41593
41596
41594
41597
プラットフォーム固有~
41595
41598
--------------------
@@ -41751,6 +41754,7 @@ Ex コマンド: ~
41751
41754
|str2blob()| 文字列のリストを blob に変換する
41752
41755
|test_null_tuple()| null の tuple を返す
41753
41756
|tuple2list()| Tuple の項目をリストに変換する
41757
+ |wildtrigger()| ワイルドカード展開をトリガーする
41754
41758
41755
41759
41756
41760
自動コマンド: ~
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2025 Jul 20
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Jul 21
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41551,6 +41551,8 @@ Add support for internal builtin functions with vim9 objects, see
41551
41551
41552
41552
Enum support for Vim9 script |:enum|
41553
41553
41554
+ Generic function support for Vim9 script |generic-functions|
41555
+
41554
41556
Support for protected _new() method
41555
41557
41556
41558
Support for compiling all the methods in a Vim9 class using |:defcompile|.
@@ -41601,6 +41603,7 @@ Completion~
41601
41603
"nosort" - do not sort completion results
41602
41604
"preinsert" - highlight to be inserted values
41603
41605
"nearest" - sort completion results by distance to cursor
41606
+ - new function |wildtrigger()| to trigger wildcard expansion
41604
41607
41605
41608
Platform specific~
41606
41609
-----------------
@@ -41765,6 +41768,7 @@ Functions: ~
41765
41768
|str2blob()| convert a List of strings into a blob
41766
41769
|test_null_tuple()| return a null tuple
41767
41770
|tuple2list()| turn a Tuple of items into a List
41771
+ |wildtrigger()| trigger wildcard expansion
41768
41772
41769
41773
41770
41774
Autocommands: ~
You can’t perform that action at this time.
0 commit comments