Skip to content

Commit 07ede5d

Browse files
authored
Merge pull request #2590 from h-east/update-version9
Update version9.{txt,jax}
2 parents 65d62ec + ceb9bfb commit 07ede5d

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

doc/version9.jax

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 16
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -41943,7 +41943,7 @@ Vim 引数: ~
4194341943

4194441944
構成の切り替え: ~
4194541945
--with-wayland |wayland| 機能を有効にする。
41946-
--enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。
41946+
--enable-wayland-focus-steal wayland-focus-steal 機能を有効にする。
4194741947
--enable-socketserver |socketserver-clientserver| 機能を有効にする。
4194841948

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

5262752630
*added-9.3*
5262852631
追加要素 ~

en/version9.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 16
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41954,7 +41954,7 @@ Vim Arguments: ~
4195441954

4195541955
Configure Switches: ~
4195641956
--with-wayland Enable the |wayland| feature.
41957-
--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
41957+
--enable-wayland-focus-steal Enable the wayland-focus-steal feature.
4195841958
--enable-socketserver Enable the |socketserver-clientserver|
4195941959
feature.
4196041960

@@ -52636,6 +52636,9 @@ Changed ~
5263652636
are moved to the resulting joined line instead of being dropped.
5263752637
- Only a few whitelisted options are allowed to be set by a modeline to
5263852638
improve overall security, see for details: 'modelinestrict'
52639+
- Removed the Wayland focus steal feature 'wlsteal', since it causes too many
52640+
issues and can now be re-implemted using the |clipboard-providers| feature
52641+
if needed, see |wayland-primary-selection| for an example.
5263952642

5264052643
*added-9.3*
5264152644
Added ~

0 commit comments

Comments
 (0)