Skip to content

Commit c297814

Browse files
committed
Update by original
1 parent 9f94740 commit c297814

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/version9.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41543,6 +41543,8 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
4154341543

4154441544
Vim9 script の列挙型サポート |:enum|
4154541545

41546+
Vim9 script のジェネリック関数のサポート |generic-functions|
41547+
4154641548
protected _new() メソッドのサポート
4154741549

4154841550
|:defcompile| を使用した Vim9 クラスのすべてのメソッドのコンパイルのサポート。
@@ -41590,6 +41592,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4159041592
"nosort" - 補完結果をソートしない
4159141593
"preinsert" - 挿入する値をハイライトする
4159241594
"nearest" - カーソルまでの距離で補完結果をソートする
41595+
- ワイルドカード展開をトリガーする新しい関数 |wildtrigger()|
4159341596

4159441597
プラットフォーム固有~
4159541598
--------------------
@@ -41751,6 +41754,7 @@ Ex コマンド: ~
4175141754
|str2blob()| 文字列のリストを blob に変換する
4175241755
|test_null_tuple()| null の tuple を返す
4175341756
|tuple2list()| Tuple の項目をリストに変換する
41757+
|wildtrigger()| ワイルドカード展開をトリガーする
4175441758

4175541759

4175641760
自動コマンド: ~

en/version9.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41551,6 +41551,8 @@ Add support for internal builtin functions with vim9 objects, see
4155141551

4155241552
Enum support for Vim9 script |:enum|
4155341553

41554+
Generic function support for Vim9 script |generic-functions|
41555+
4155441556
Support for protected _new() method
4155541557

4155641558
Support for compiling all the methods in a Vim9 class using |:defcompile|.
@@ -41601,6 +41603,7 @@ Completion~
4160141603
"nosort" - do not sort completion results
4160241604
"preinsert" - highlight to be inserted values
4160341605
"nearest" - sort completion results by distance to cursor
41606+
- new function |wildtrigger()| to trigger wildcard expansion
4160441607

4160541608
Platform specific~
4160641609
-----------------
@@ -41765,6 +41768,7 @@ Functions: ~
4176541768
|str2blob()| convert a List of strings into a blob
4176641769
|test_null_tuple()| return a null tuple
4176741770
|tuple2list()| turn a Tuple of items into a List
41771+
|wildtrigger()| trigger wildcard expansion
4176841772

4176941773

4177041774
Autocommands: ~

0 commit comments

Comments
 (0)