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,
/**/