From 1764bec075fe0abeef1bf7a1d43f913c2433148c Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 1 Nov 2025 16:56:38 +0900 Subject: [PATCH 1/2] Update wayland.{txt,jax} --- doc/wayland.jax | 4 ++-- en/wayland.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/wayland.jax b/doc/wayland.jax index 7db57abf3..0a6549986 100644 --- a/doc/wayland.jax +++ b/doc/wayland.jax @@ -1,4 +1,4 @@ -*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12 +*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26 VIM リファレンスマニュアル by Bram Moolenaar @@ -21,7 +21,7 @@ Wayland シートを使用する場合にのみ役立つ。 *wayland-gui* |gui-wayland| を参照。GUI 使用時、Vim はクリップボードへのアクセスに GTK など のツールキットを使用し、Wayland 経由ではアクセスしない。これは |v:clipmethod| -変数で確認できる。GUI 実行時にはこの変数は "gui" になる。 +変数で確認できる。GUI 実行時にはこの変数は "none" になる。 Wayland のコマンド: *:wlrestore* *:wl* diff --git a/en/wayland.txt b/en/wayland.txt index da28657a1..300b9c5b9 100644 --- a/en/wayland.txt +++ b/en/wayland.txt @@ -1,4 +1,4 @@ -*wayland.txt* For Vim version 9.1. Last change: 2025 Oct 12 +*wayland.txt* For Vim version 9.1. Last change: 2025 Oct 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -22,7 +22,7 @@ multiple Wayland seats in the same Wayland session. See |gui-wayland|. Please note that when using the GUI, Vim uses the toolkit such as GTK for accessing the clipboard, and does not access the clipboard though Wayland. You can check this though the |v:clipmethod| variable, which -should equal to "gui" when running the GUI. +should equal to "none" when running the GUI. Wayland commands: *:wlrestore* *:wl* @@ -73,7 +73,7 @@ selections, see |wayland-primary-selection| for more details. *wayland-persist* If you use X11 cut buffers, no such things exist on Wayland. Instead to emulate such functionality, a separate clipboard manager must be used in order -to persist selection data when a Wayland client exits. +to persist selection data when a Wayland client exists. *wayland-and-x11* If your version of Vim comes compiled with both X11 and Wayland support, then From 9ac61e38a7710087f58193ae29f6d7b4deb9bf04 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 2 Nov 2025 05:40:05 +0900 Subject: [PATCH 2/2] Fix by original --- doc/wayland.jax | 2 +- en/wayland.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/wayland.jax b/doc/wayland.jax index 0a6549986..ad7959f09 100644 --- a/doc/wayland.jax +++ b/doc/wayland.jax @@ -1,4 +1,4 @@ -*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26 +*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01 VIM リファレンスマニュアル by Bram Moolenaar diff --git a/en/wayland.txt b/en/wayland.txt index 300b9c5b9..9900d9ae3 100644 --- a/en/wayland.txt +++ b/en/wayland.txt @@ -1,4 +1,4 @@ -*wayland.txt* For Vim version 9.1. Last change: 2025 Oct 26 +*wayland.txt* For Vim version 9.1. Last change: 2025 Nov 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -73,7 +73,7 @@ selections, see |wayland-primary-selection| for more details. *wayland-persist* If you use X11 cut buffers, no such things exist on Wayland. Instead to emulate such functionality, a separate clipboard manager must be used in order -to persist selection data when a Wayland client exists. +to persist selection data when a Wayland client exits. *wayland-and-x11* If your version of Vim comes compiled with both X11 and Wayland support, then