diff --git a/doc/version9.jax b/doc/version9.jax index 525a83630..2d915811b 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 10 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 18 VIMリファレンスマニュアル by Bram Moolenaar @@ -31683,7 +31683,7 @@ VERSION 9.1 *version-9.1* *version9.1* *vim-9.1* このリリースでは何百ものバグが修正され、いくつかの新機能が追加され、多くの細か い改良が加えられています。 -Vim9 クラス +Vim9 クラス ~ ----------- Vim9 script のクラスとオブジェクトのサポートが追加されました。これについては |vim9-class| で説明されています。次の機能がサポートされています。 @@ -41552,6 +41552,9 @@ Wayland UI のサポート XDG デスクトップ仕様 |xdg-base-dir| のサポート +|ins-completion-menu| の挿入モード補完およびコマンドライン補完でマッチしたテキ +ストのハイライトをサポート。 + *changed-9.2* 変更点 ~ ------ @@ -41578,6 +41581,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート |getregionpos()| 領域の位置をリストで取得 |matchbufline()| バッファ内のすべてのパターンのマッチ |matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ +|popup_setbuf()| ポップアップを別のバッファに切り替える 自動コマンド: ~ @@ -41591,7 +41595,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート |hl-MsgArea| コマンドラインとメッセージ領域のハイライト |hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト -|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト +|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト のハイライト コマンド: ~ diff --git a/en/version9.txt b/en/version9.txt index 28dd7a3ad..86dfe6da4 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Jun 10 +*version9.txt* For Vim version 9.1. Last change: 2024 Jun 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -31694,7 +31694,7 @@ The release 9.1 is dedicated to Vim's Benevolent dictator for life This release has hundreds of bug fixes, there are a few new features and there are many minor improvements. -Vim9 classes +Vim9 classes ~ ------------ Support for classes and objects in a Vim9 script are added. This is described in |vim9-class|. The following features are supported: @@ -41560,6 +41560,9 @@ Support for Wayland UI. Support for the XDG Desktop Specification |xdg-base-dir| +Support highlighting the matched text for insert-mode completion and +command-line completion in |ins-completion-menu|. + *changed-9.2* Changed~ ------- @@ -41583,6 +41586,7 @@ Functions: ~ |getregionpos()| get a list of positions for a region |matchbufline()| all the matches of a pattern in a buffer |matchstrlist()| all the matches of a pattern in a List of strings +|popup_setbuf()| switch to a different buffer in a popup Autocommands: ~ @@ -41597,7 +41601,7 @@ Highlighting: ~ |hl-MsgArea| highlighting of the Command-line and messages area |hl-PmenuMatch| Popup menu: highlighting of matched text -|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected +|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected line Commands: ~