From: Christian Brabandt Date: Wed, 14 May 2025 21:32:13 +0000 (+0200) Subject: patch 9.1.1392: missing patch number X-Git-Tag: v9.1.1393~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c49cb93a86216eb3a9e5816227e242d54b72bdf8;p=thirdparty%2Fvim.git patch 9.1.1392: missing patch number Problem: missing patch number (Tony Mechelynck) Solution: add missing patche number Signed-off-by: Christian Brabandt --- diff --git a/src/version.c b/src/version.c index 88653f803f..e4651653ba 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, /**/