diff src/version.c @ 25178:0797c8ce343d v8.2.3125

patch 8.2.3125: variables are set but not used Commit: https://github.com/vim/vim/commit/09f688c33aad9692276dfb68842cf0621a0e2002 Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Thu Jul 8 18:05:00 2021 +0200 patch 8.2.3125: variables are set but not used Problem: Variables are set but not used. Solution: Move the declarations to the block where they are used. (closes #8527)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Jul 2021 18:15:03 +0200
parents af3d0198faad
children 6523cd41fa54
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3125,
+/**/
     3124,
 /**/
     3123,