diff src/version.c @ 33509:e083de1ef4b4 v9.0.2003

patch 9.0.2003: xxd: compilation warning Commit: https://github.com/vim/vim/commit/7879bc5c13311c1fb6497776ed7804400852460a Author: Christian Brabandt <cb@256bit.org> Date: Sun Oct 8 20:36:44 2023 +0200 patch 9.0.2003: xxd: compilation warning Problem: xxd: compilation warning Solution: initialize variables Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Oct 2023 20:45:05 +0200
parents f61713271934
children c43ce1f8020b
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 */
 /**/
+    2003,
+/**/
     2002,
 /**/
     2001,