patch 9.1.1809: winclip.pro included in PRO_AUTO
Commit:
https://github.com/vim/vim/commit/c6802f41da83d187f84b90e8b080112af4fbe91a
Author: Hirohito Higashi <[email protected]>
Date: Mon Sep 29 19:58:57 2025 +0000
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/Makefile b/src/Makefile
index 981525d25..c72319af9 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 7abd1e7a2..aa81346d9 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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v3KH1-001of2-EH%40256bit.org.