Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 Nov 01


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
4 changes: 2 additions & 2 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 Nov 01


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