diff --git a/doc/version9.jax b/doc/version9.jax index 59b903558..2c5167e74 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 16 +*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20 VIM リファレンスマニュアル by Bram Moolenaar @@ -41943,7 +41943,7 @@ Vim 引数: ~ 構成の切り替え: ~ --with-wayland |wayland| 機能を有効にする。 ---enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。 +--enable-wayland-focus-steal wayland-focus-steal 機能を有効にする。 --enable-socketserver |socketserver-clientserver| 機能を有効にする。 ============================================================================== @@ -52623,6 +52623,9 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t" ではなく、結合された結果の行に移動される。 - セキュリティ全体を向上させるため、モードラインで設定できるオプションはホワイ トリストに登録されたものに限られる。詳細は 'modelinestrict' を参照。 +- Wayland のフォーカススティール機能 'wlsteal' は多くの問題を引き起こすため削 + 除した。必要に応じて、|clipboard-providers| 機能を使用して再実装できる。例に + ついては、|wayland-primary-selection| を参照。 *added-9.3* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 7fa53f87d..12d46cffb 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.2. Last change: 2026 Apr 16 +*version9.txt* For Vim version 9.2. Last change: 2026 Apr 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41954,7 +41954,7 @@ Vim Arguments: ~ Configure Switches: ~ --with-wayland Enable the |wayland| feature. ---enable-wayland-focus-steal Enable the |wayland-focus-steal| feature. +--enable-wayland-focus-steal Enable the wayland-focus-steal feature. --enable-socketserver Enable the |socketserver-clientserver| feature. @@ -52636,6 +52636,9 @@ Changed ~ are moved to the resulting joined line instead of being dropped. - Only a few whitelisted options are allowed to be set by a modeline to improve overall security, see for details: 'modelinestrict' +- Removed the Wayland focus steal feature 'wlsteal', since it causes too many + issues and can now be re-implemted using the |clipboard-providers| feature + if needed, see |wayland-primary-selection| for an example. *added-9.3* Added ~