File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- *wayland.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20
1
+ *wayland.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -21,7 +21,7 @@ Wayland シートを使用する場合にのみ役立つ。
21
21
*wayland-gui*
22
22
| gui-wayland | を参照。GUI 使用時、Vim はクリップボードへのアクセスに GTK など
23
23
のツールキットを使用し、Wayland 経由ではアクセスしない。これは | v:clipmethod |
24
- 変数で確認できる。GUI 実行時にはこの変数は "none " になる。
24
+ 変数で確認できる。GUI 実行時にはこの変数は "gui " になる。
25
25
26
26
Wayland のコマンド:
27
27
*:wlrestore* *:wl*
@@ -68,9 +68,8 @@ X11 から移行する場合、通常の Waylandセレクション は X11 の
68
68
69
69
*wayland-persist*
70
70
X11 のカットバッファを使用する場合、Wayland にはそのような機能は存在しない。そ
71
- のような機能をエミュレートするには、Wayland クライアントが存在する場合にセレク
72
- ションデータを保持するために、別のクリップボードマネージャーを使用する必要があ
73
- る。
71
+ のような機能をエミュレートするには、Wayland クライアントが終了した後も選択デー
72
+ タを保持するために、別のクリップボードマネージャを使用する必要がある。
74
73
75
74
*wayland-and-x11*
76
75
使用している Vim のバージョンが X11 と Wayland の両方のサポートでコンパイルさ
Original file line number Diff line number Diff line change 1
- *wayland.txt* For Vim version 9.1. Last change: 2025 Aug 20
1
+ *wayland.txt* For Vim version 9.1. Last change: 2025 Aug 27
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -22,7 +22,7 @@ multiple Wayland seats in the same Wayland session.
22
22
See | gui-wayland | . Please note that when using the GUI, Vim uses the toolkit
23
23
such as GTK for accessing the clipboard, and does not access the clipboard
24
24
though Wayland. You can check this though the | v:clipmethod | variable, which
25
- should equal to "none " when running the GUI.
25
+ should equal to "gui " when running the GUI.
26
26
27
27
Wayland commands:
28
28
*:wlrestore* *:wl*
@@ -72,7 +72,7 @@ selections, see |wayland-primary-selection| for more details.
72
72
*wayland-persist*
73
73
If you use X11 cut buffers, no such things exist on Wayland. Instead to
74
74
emulate such functionality, a separate clipboard manager must be used in order
75
- to persist selection data when a Wayland client exists .
75
+ to persist selection data when a Wayland client exits .
76
76
77
77
*wayland-and-x11*
78
78
If your version of Vim comes compiled with both X11 and Wayland support, then
You can’t perform that action at this time.
0 commit comments