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
9 changes: 4 additions & 5 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 Aug 20
*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand All @@ -21,7 +21,7 @@ Wayland シートを使用する場合にのみ役立つ。
*wayland-gui*
|gui-wayland| を参照。GUI 使用時、Vim はクリップボードへのアクセスに GTK など
のツールキットを使用し、Wayland 経由ではアクセスしない。これは |v:clipmethod|
変数で確認できる。GUI 実行時にはこの変数は "none" になる。
変数で確認できる。GUI 実行時にはこの変数は "gui" になる。

Wayland のコマンド:
*:wlrestore* *:wl*
Expand Down Expand Up @@ -68,9 +68,8 @@ X11 から移行する場合、通常の Waylandセレクション は X11 の

*wayland-persist*
X11 のカットバッファを使用する場合、Wayland にはそのような機能は存在しない。そ
のような機能をエミュレートするには、Wayland クライアントが存在する場合にセレク
ションデータを保持するために、別のクリップボードマネージャーを使用する必要があ
る。
のような機能をエミュレートするには、Wayland クライアントが終了した後も選択デー
タを保持するために、別のクリップボードマネージャーを使用する必要がある。

*wayland-and-x11*
使用している Vim のバージョンが X11 と Wayland の両方のサポートでコンパイルさ
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 Aug 20
*wayland.txt* For Vim version 9.1. Last change: 2025 Aug 27


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 "none" when running the GUI.
should equal to "gui" when running the GUI.

Wayland commands:
*:wlrestore* *:wl*
Expand Down Expand Up @@ -72,7 +72,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
Expand Down