0
0
mirror of https://github.com/vim/vim.git synced 2025-11-15 23:14:06 -05:00

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>
This commit is contained in:
Foxe Chen
2025-06-27 21:10:35 +02:00
committed by Christian Brabandt
parent 03125277e9
commit b90c2395b2
68 changed files with 7520 additions and 226 deletions

View File

@@ -643,6 +643,16 @@ static char *(features[]) =
# else
"-vtp",
# endif
#endif
#ifdef FEAT_WAYLAND
"+wayland",
#else
"-wayland",
#endif
#ifdef FEAT_WAYLAND_CLIPBOARD
"+wayland_clipboard",
#else
"-wayland_clipboard",
#endif
"+wildignore",
"+wildmenu",
@@ -709,6 +719,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1485,
/**/
1484,
/**/