]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1809: winclip.pro included in PRO_AUTO v9.1.1809
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 29 Sep 2025 19:58:57 +0000 (19:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Sep 2025 19:58:57 +0000 (19:58 +0000)
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>
src/Makefile
src/version.c

index 981525d25f1d7a4a58263f73a04da7ee79fab641..c72319af937b67df884af35ef395f5d328f71808 100644 (file)
@@ -1981,7 +1981,6 @@ PRO_AUTO = \
        vim9type.pro \
        viminfo.pro \
        wayland.pro \
-       winclip.pro \
        window.pro \
        $(ALL_GUI_PRO) \
        $(TCL_PRO)
index 7abd1e7a2a4939dcf4a23462064210f8d43100c9..aa81346d9dc7f7a9399a79c1de8e1df8d91e8da5 100644 (file)
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1809,
 /**/
     1808,
 /**/