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, /**/ -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uZFeb-00BNuS-KL%40256bit.org.