]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Patch 9.0.2050v2: Missing change to version.c
authorChristian Brabandt <cb@256bit.org>
Thu, 19 Oct 2023 15:04:04 +0000 (17:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Oct 2023 15:04:04 +0000 (17:04 +0200)
Problem:  v9.0.2050 missed the change to version.c
Solution: include the version.c change

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c

index a79dd1d4630e6052d8d925d64e7dae7eee17afc5..2d437d87af817d4e32f261fff67152b547ef69eb 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2050,
 /**/
     2049,
 /**/