diff runtime/doc/gui_x11.txt @ 34242:2dae3f0bfa53

runtime(doc): Update help for Wayland support Commit: https://github.com/vim/vim/commit/1b7fbe726a4e7ad117bace7e40f5e0a286a2cd5b Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 30 20:41:07 2024 +0100 runtime(doc): Update help for Wayland support Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Jan 2024 20:45:04 +0100
parents 4635e43f2c6f
children d15d40bf532b
line wrap: on
line diff
--- a/runtime/doc/gui_x11.txt
+++ b/runtime/doc/gui_x11.txt
@@ -1,4 +1,4 @@
-*gui_x11.txt*   For Vim version 9.1.  Last change: 2022 Apr 03
+*gui_x11.txt*   For Vim version 9.1.  Last change: 2024 Jan 30
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -580,7 +580,8 @@ 7. KDE version					*gui-kde* *kde* *KDE*
 							*gui-x11-kde*
 There is no KDE version of Vim.  There has been some work on a port using the
 Qt toolkit, but it never worked properly and it has been abandoned.  Work
-continues on Yzis: https://github.com/chrizel/Yzis.
+continues on Yzis: https://github.com/chrizel/Yzis but it seems also
+abandoned.
 
 ==============================================================================
 8. Compiling						*gui-x11-compiling*
@@ -647,6 +648,15 @@ versions.  This will cause problems.  Fo
 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*
+Initial support for the Wayland display server protocol has landed in patch
+9.0.0064. To enable it, you need to set the environment variable
+"$GVIM_ENABLE_WAYLAND" in your shell.
+
+Note: The Wayland protocol is subject to some restrictions, so the following
+functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the
+|v:windowid| variable won't be available.
+
 ==============================================================================
 9. X11 selection mechanism				*x11-selection*