Skip to content

Update version9.{txt,jax} #2174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 16
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21


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

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

Vim9 script のジェネリック関数のサポート |generic-functions|

protected _new() メソッドのサポート

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

プラットフォーム固有~
--------------------
Expand Down Expand Up @@ -41627,6 +41630,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。

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

- 構文スクリプトで使用するための新しいデフォルトのハイライトグループ "Bold"、
"Italic" および "BoldItalic" を追加した。

*changed-9.2*
変更点~
------
Expand Down Expand Up @@ -41748,6 +41754,7 @@ Ex コマンド: ~
|str2blob()| 文字列のリストを blob に変換する
|test_null_tuple()| null の tuple を返す
|tuple2list()| Tuple の項目をリストに変換する
|wildtrigger()| ワイルドカード展開をトリガーする


自動コマンド: ~
Expand Down
9 changes: 8 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 16
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 21


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

Enum support for Vim9 script |:enum|

Generic function support for Vim9 script |generic-functions|

Support for protected _new() method

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

Platform specific~
-----------------
Expand Down Expand Up @@ -41640,6 +41643,9 @@ Other new features ~

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

- Add the new default highlighting groups "Bold", "Italic" and "BoldItalic"
for use in syntax scripts.

*changed-9.2*
Changed~
-------
Expand Down Expand Up @@ -41762,6 +41768,7 @@ Functions: ~
|str2blob()| convert a List of strings into a blob
|test_null_tuple()| return a null tuple
|tuple2list()| turn a Tuple of items into a List
|wildtrigger()| trigger wildcard expansion


Autocommands: ~
Expand Down