diff --git a/doc/version9.jax b/doc/version9.jax index d0175b764..9fc72df8a 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 May 28 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 16 VIMリファレンスマニュアル by Bram Moolenaar @@ -41675,6 +41675,7 @@ Ex コマンド: ~ - |CTRL-C| は常にアクティブな |popup-window| を閉じる。 - configure スクリプトは、GUI ツールキットを自動検出するときに、GTK2 よりも GTK3 の使用を優先する。 +- |gv| はオペレータ待機モードで動作し、中断しない。 *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index ec963aea7..cd72d7331 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 May 28 +*version9.txt* For Vim version 9.1. Last change: 2025 Jun 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41686,6 +41686,7 @@ Others: ~ - |CTRL-C| always closes the active |popup-window|. - the configure script will favor using GTK3 over GTK2 when auto-detecting the gui toolkit +- |gv| works in operator pending mode and does not abort *added-9.2* Added ~