diff src/version.c @ 28792:a4f439f4df0b v8.2.4920

patch 8.2.4920: MS-Windows GUI: unused variables Commit: https://github.com/vim/vim/commit/728a05c4ab605ae96e906cdf704031ff298d1f89 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 22:37:45 2022 +0100 patch 8.2.4920: MS-Windows GUI: unused variables Problem: MS-Windows GUI: unused variables. Solution: Delete the variables. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 23:45:03 +0200
parents a161c262e947
children c01f75e5ae8d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4920,
+/**/
     4919,
 /**/
     4918,