From: Hirohito Higashi Date: Mon, 29 Sep 2025 19:58:57 +0000 (+0000) Subject: patch 9.1.1809: winclip.pro included in PRO_AUTO X-Git-Tag: v9.1.1809^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6802f41da83d187f84b90e8b080112af4fbe91a;p=thirdparty%2Fvim.git 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 Signed-off-by: Christian Brabandt --- diff --git a/src/Makefile b/src/Makefile index 981525d25f..c72319af93 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1981,7 +1981,6 @@ PRO_AUTO = \ vim9type.pro \ viminfo.pro \ wayland.pro \ - winclip.pro \ window.pro \ $(ALL_GUI_PRO) \ $(TCL_PRO) diff --git a/src/version.c b/src/version.c index 7abd1e7a2a..aa81346d9d 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1809, /**/ 1808, /**/