patch 9.1.1530: Missing version change in v9.1.1529
Commit:
https://github.com/vim/vim/commit/1adada0158705f2f508e328362f83a67e4707cce
Author: Christian Brabandt <
c...@256bit.org>
Date: Tue Jul 8 23:04:36 2025 +0200
patch 9.1.1530: Missing version change in v9.1.1529
Problem: Missing version change from v9.1.1529
Solution: Update version.c with latest patch
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/version.c b/src/version.c
index e8979f9cb..1884220ba 100644
--- a/src/version.c
+++ b/src/version.c
@@ -719,6 +719,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1530,
+/**/
+ 1529,
/**/
1528,
/**/