patch 9.1.1392: missing patch number Commit: https://github.com/vim/vim/commit/c49cb93a86216eb3a9e5816227e242d54b72bdf8 Author: Christian Brabandt <c...@256bit.org> Date: Wed May 14 23:32:13 2025 +0200
patch 9.1.1392: missing patch number Problem: missing patch number (Tony Mechelynck) Solution: add missing patche number Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/version.c b/src/version.c index 88653f803..e4651653b 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,10 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1392, +/**/ + 1391, /**/ 1390, /**/ -- -- 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/E1uFJuR-00AraE-Bv%40256bit.org.