Skip to content

Commit 396b0aa

Browse files
authored
Merge pull request #2174 from h-east/update-version9
Update version9.{txt,jax}
2 parents 34f675d + c297814 commit 396b0aa

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/version9.jax

Lines changed: 8 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 16
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
--------------------
@@ -41627,6 +41630,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4162741630

4162841631
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT" が追加された。
4162941632

41633+
- 構文スクリプトで使用するための新しいデフォルトのハイライトグループ "Bold"、
41634+
"Italic" および "BoldItalic" を追加した。
41635+
4163041636
*changed-9.2*
4163141637
変更点~
4163241638
------
@@ -41748,6 +41754,7 @@ Ex コマンド: ~
4174841754
|str2blob()| 文字列のリストを blob に変換する
4174941755
|test_null_tuple()| null の tuple を返す
4175041756
|tuple2list()| Tuple の項目をリストに変換する
41757+
|wildtrigger()| ワイルドカード展開をトリガーする
4175141758

4175241759

4175341760
自動コマンド: ~

en/version9.txt

Lines changed: 8 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 16
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
-----------------
@@ -41640,6 +41643,9 @@ Other new features ~
4164041643

4164141644
- The new digraph "APPROACHES THE LIMIT" using ".=" has been added.
4164241645

41646+
- Add the new default highlighting groups "Bold", "Italic" and "BoldItalic"
41647+
for use in syntax scripts.
41648+
4164341649
*changed-9.2*
4164441650
Changed~
4164541651
-------
@@ -41762,6 +41768,7 @@ Functions: ~
4176241768
|str2blob()| convert a List of strings into a blob
4176341769
|test_null_tuple()| return a null tuple
4176441770
|tuple2list()| turn a Tuple of items into a List
41771+
|wildtrigger()| trigger wildcard expansion
4176541772

4176641773

4176741774
Autocommands: ~

0 commit comments

Comments
 (0)