summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-30 23:37:41 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-30 23:37:41 +0100
commit8fecb472c4a3f0f1ea364422424c56d1e0771b3e (patch)
tree98385da4691618b871294a3cbde56d25cf6455e7
parent26b0176a98f88acef840d7285e967859eb746c1c (diff)
runtime(doc): correct Vim patch for Wayland support
Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/gui_x11.txt2
1 files changed, 1 insertions, 1 deletions
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