patch 9.1.1485: missing Wayland clipboard support
Problem: missing Wayland clipboard support
Solution: make it work (Foxe Chen)
fixes: #5157
closes: #17097
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index 8d6eb47..b38ca08 100644
--- a/src/version.c
+++ b/src/version.c
@@ -644,6 +644,16 @@
"-vtp",
# endif
#endif
+#ifdef FEAT_WAYLAND
+ "+wayland",
+#else
+ "-wayland",
+#endif
+#ifdef FEAT_WAYLAND_CLIPBOARD
+ "+wayland_clipboard",
+#else
+ "-wayland_clipboard",
+#endif
"+wildignore",
"+wildmenu",
"+windows",
@@ -710,6 +720,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1485,
+/**/
1484,
/**/
1483,