From 9f947408018228aecb6d5bfa2a0b1a030744b7c0 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 21 Jul 2025 21:31:18 +0900 Subject: [PATCH 1/2] Update version9.{txt,jax} --- doc/version9.jax | 5 ++++- en/version9.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 82a0e6dbb..97a652a99 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 20 VIMリファレンスマニュアル by Bram Moolenaar @@ -41627,6 +41627,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT" が追加された。 +- 構文スクリプトで使用するための新しいデフォルトのハイライトグループ "Bold"、 + "Italic" および "BoldItalic" を追加した。 + *changed-9.2* 変更点~ ------ diff --git a/en/version9.txt b/en/version9.txt index 1dd1576ac..b49b86a2b 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41640,6 +41640,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~ ------- From c297814e5bc3bc655eada41438614e3f97e44331 Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 22 Jul 2025 20:46:49 +0900 Subject: [PATCH 2/2] Update by original --- doc/version9.jax | 6 +++++- en/version9.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 97a652a99..353822b87 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21 VIMリファレンスマニュアル by Bram Moolenaar @@ -41543,6 +41543,8 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加 Vim9 script の列挙型サポート |:enum| +Vim9 script のジェネリック関数のサポート |generic-functions| + protected _new() メソッドのサポート |:defcompile| を使用した Vim9 クラスのすべてのメソッドのコンパイルのサポート。 @@ -41590,6 +41592,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 "nosort" - 補完結果をソートしない "preinsert" - 挿入する値をハイライトする "nearest" - カーソルまでの距離で補完結果をソートする +- ワイルドカード展開をトリガーする新しい関数 |wildtrigger()| プラットフォーム固有~ -------------------- @@ -41751,6 +41754,7 @@ Ex コマンド: ~ |str2blob()| 文字列のリストを blob に変換する |test_null_tuple()| null の tuple を返す |tuple2list()| Tuple の項目をリストに変換する +|wildtrigger()| ワイルドカード展開をトリガーする 自動コマンド: ~ diff --git a/en/version9.txt b/en/version9.txt index b49b86a2b..10b47424f 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Jul 20 +*version9.txt* For Vim version 9.1. Last change: 2025 Jul 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -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|. @@ -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~ ----------------- @@ -41765,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: ~