Skip to content

Commit 0c3af39

Browse files
authored
Merge pull request #2295 from h-east/update-wayland
Update wayland.{txt,jax}
2 parents c50279a + b9c5182 commit 0c3af39

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/wayland.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 01
1+
*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -102,8 +102,7 @@ Vim などの外部クライアントがフォーカスされていない状態
102102
とで、クリップボードにアクセスするためにフォーカスを取得する方法を実装してい
103103
る。これはデフォルトでは無効になっているが、'wlsteal' オプションで有効にでき
104104
る。さらに、キーボード付きのシート、'wlseat' を参照、と xdg-shell プロトコルが
105-
利用可能である必要がある。さらに、Vim は |+wayland_focus_steal| 機能を使用して
106-
コンパイルする必要がある。
105+
利用可能である必要がある。
107106

108107
Note この方法は、フォーカスを奪取することによるいくつかの副作用を引き起こす可
109108
能性があることに注意。例えば、デスクトップ環境に現在開いているアプリを表示する

en/wayland.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 01
1+
*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -105,8 +105,7 @@ To solve this problem, Vim implements a way of gaining focus in order to
105105
access the clipboard, by creating a temporary transparent top-level surface.
106106
This is by default disabled and can be enabled via the 'wlsteal' option.
107107
Moreover, a seat that has a keyboard is also required, see 'wlseat', and the
108-
xdg-shell protocol must be available. Additionally, Vim must be compiled with
109-
the |+wayland_focus_steal| feature.
108+
xdg-shell protocol must be available.
110109

111110
Note that this method can have several side effects from the result of focus
112111
stealing. For example, if you have a taskbar that shows currently opened apps

0 commit comments

Comments
 (0)