changeset 33615:a19c70f7e60c

Patch 9.0.2050v2: Missing change to version.c Commit: https://github.com/vim/vim/commit/ba75507c62b5aa84295968a9c15788667e95fa6a Author: Christian Brabandt <cb@256bit.org> Date: Thu Oct 19 17:04:04 2023 +0200 Patch 9.0.2050v2: Missing change to version.c Problem: v9.0.2050 missed the change to version.c Solution: include the version.c change Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Oct 2023 17:15:04 +0200
parents 948658f96878
children 965ed6e19279
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2050,
+/**/
     2049,
 /**/
     2048,