Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions doc/wayland.jax
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +21,7 @@ Wayland シートを使用する場合にのみ役立つ。
*wayland-gui*
|gui-wayland| を参照。GUI 使用時、Vim はクリップボードへのアクセスに GTK など
のツールキットを使用し、Wayland 経由ではアクセスしない。これは |v:clipmethod|
変数で確認できる。GUI 実行時にはこの変数は "gui" になる。
変数で確認できる。GUI 実行時にはこの変数は "none" になる。

Wayland のコマンド:
*:wlrestore* *:wl*
Expand Down
6 changes: 3 additions & 3 deletions en/wayland.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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*
Expand Down Expand Up @@ -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
Expand Down