Skip to content
Open
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
7 changes: 5 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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| 機能を有効にする。

==============================================================================
Expand Down Expand Up @@ -52623,6 +52623,9 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
ではなく、結合された結果の行に移動される。
- セキュリティ全体を向上させるため、モードラインで設定できるオプションはホワイ
トリストに登録されたものに限られる。詳細は 'modelinestrict' を参照。
- Wayland のフォーカススティール機能 'wlsteal' は多くの問題を引き起こすため削
除した。必要に応じて、|clipboard-providers| 機能を使用して再実装できる。例に
ついては、|wayland-primary-selection| を参照。

*added-9.3*
追加要素 ~
Expand Down
7 changes: 5 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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 ~
Expand Down