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
11 changes: 7 additions & 4 deletions doc/gui_x11.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim バージョン 9.2. Last change: 2026 Jul 27
*gui_x11.txt* For Vim バージョン 9.2. Last change: 2026 Aug 10


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -308,7 +308,7 @@ X11に組み込まれたポインタを使うことができる。
ンタが使われる。

==============================================================================
5. GTKバージョン *gui-gtk* *GTK+* *GTK* *GTK3*
5. GTKバージョン *gui-gtk* *GTK+* *GTK* *GTK3* *GTK4*

GUI の GTK バージョンはほんの少し異なった動作をする。

Expand Down Expand Up @@ -680,8 +680,11 @@ Athena GUI と neXtaw のサポートについては、パッチ 8.2.4677 にて
ジを出さないとしても、Vimは後でクラッシュするだろう)。

*gui-wayland*
Wayland ディスプレイサーバープロトコルのサポートは、patch 9.1.0064 で導入され
た。
GTK3 GUI 向けに、Wayland ディスプレイサーバープロトコルへの対応が patch
9.1.0064 で実装された。ただし、GTK3 GUI は X11 固有の機能や API 呼び出しに大き
く依存した設計となっているため、より快適な Wayland 環境を求める場合は GTK4 GUI
の使用が推奨される。


Note: Wayland プロトコルにはいくつかの制限があるため、次の関数は動作しない:
|getwinpos()|、|getwinposx()|、|getwinposy()| ならびに、|v:windowid| 変数は使
Expand Down
10 changes: 7 additions & 3 deletions en/gui_x11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 9.2. Last change: 2026 Jul 27
*gui_x11.txt* For Vim version 9.2. Last change: 2026 Aug 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -304,7 +304,7 @@ If a name is used that exists on other systems, but not in X11, the default
"arrow" pointer is used.

==============================================================================
5. GTK version *gui-gtk* *GTK+* *GTK* *GTK3*
5. GTK version *gui-gtk* *GTK+* *GTK* *GTK3* *GTK4*

The GTK version of the GUI works a little bit different.

Expand Down Expand Up @@ -680,7 +680,11 @@ X11R5 with a library for X11R6 probably doesn't work (although the linking
won't give an error message, Vim will crash later).

*gui-wayland*
Support for the Wayland display server protocol has landed in patch 9.1.0064.
Support for the Wayland display server protocol has landed in patch 9.1.0064,
for the GTK3 GUI. It is recommended to use the GTK4 GUI if you want a better
Wayland experience however, as the GTK3 GUI is heavily built around X11
specific features and API calls.


Note: The Wayland protocol is subject to some restrictions, so the following
functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the
Expand Down