From: Christian Brabandt Date: Tue, 30 Jan 2024 22:37:41 +0000 (+0100) Subject: runtime(doc): correct Vim patch for Wayland support X-Git-Tag: v9.1.0066~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fecb472c4a3f0f1ea364422424c56d1e0771b3e;p=thirdparty%2Fvim.git runtime(doc): correct Vim patch for Wayland support Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt index e1a615a7df..bc2ba5437e 100644 --- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -650,7 +650,7 @@ 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 +9.1.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