mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1726: Patch v9.1.1725 causes problems
Problem: Patch v9.1.1725 causes problems Solution: Revert the patch for now fixes: #18187 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -658,11 +658,6 @@ static char *(features[]) =
|
||||
"+wayland_clipboard",
|
||||
#else
|
||||
"-wayland_clipboard",
|
||||
#endif
|
||||
#ifdef FEAT_WAYLAND_CLIPBOARD_FS
|
||||
"+wayland_focus_steal",
|
||||
#else
|
||||
"-wayland_focus_steal",
|
||||
#endif
|
||||
"+wildignore",
|
||||
"+wildmenu",
|
||||
@@ -729,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1726,
|
||||
/**/
|
||||
1725,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user