diff --git a/doc/wayland.jax b/doc/wayland.jax index f0c797150..acbad4deb 100644 --- a/doc/wayland.jax +++ b/doc/wayland.jax @@ -1,4 +1,4 @@ -*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 01 +*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02 VIMリファレンスマニュアル by Bram Moolenaar @@ -102,8 +102,7 @@ Vim などの外部クライアントがフォーカスされていない状態 とで、クリップボードにアクセスするためにフォーカスを取得する方法を実装してい る。これはデフォルトでは無効になっているが、'wlsteal' オプションで有効にでき る。さらに、キーボード付きのシート、'wlseat' を参照、と xdg-shell プロトコルが -利用可能である必要がある。さらに、Vim は |+wayland_focus_steal| 機能を使用して -コンパイルする必要がある。 +利用可能である必要がある。 Note この方法は、フォーカスを奪取することによるいくつかの副作用を引き起こす可 能性があることに注意。例えば、デスクトップ環境に現在開いているアプリを表示する diff --git a/en/wayland.txt b/en/wayland.txt index eda3e2575..ef70f67c4 100644 --- a/en/wayland.txt +++ b/en/wayland.txt @@ -1,4 +1,4 @@ -*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 01 +*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -105,8 +105,7 @@ To solve this problem, Vim implements a way of gaining focus in order to access the clipboard, by creating a temporary transparent top-level surface. This is by default disabled and can be enabled via the 'wlsteal' option. Moreover, a seat that has a keyboard is also required, see 'wlseat', and the -xdg-shell protocol must be available. Additionally, Vim must be compiled with -the |+wayland_focus_steal| feature. +xdg-shell protocol must be available. Note that this method can have several side effects from the result of focus stealing. For example, if you have a taskbar that shows currently opened apps