0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

patch 9.1.1809: winclip.pro included in PRO_AUTO

Problem:  winclip.pro included in PRO_AUTO
Solution: Remove it from PRO_AUTO since it is already defined in
          PRO_MANUAL (Hirohito Higashi).

closes: #18432

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2025-09-29 19:58:57 +00:00
committed by Christian Brabandt
parent 3b1901eb53
commit c6802f41da
2 changed files with 2 additions and 1 deletions

View File

@@ -1981,7 +1981,6 @@ PRO_AUTO = \
vim9type.pro \
viminfo.pro \
wayland.pro \
winclip.pro \
window.pro \
$(ALL_GUI_PRO) \
$(TCL_PRO)

View File

@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1809,
/**/
1808,
/**/