diff src/version.c @ 23479:39d62cdde492 v8.2.2282

patch 8.2.2282: length check mismatch with argument of strncmp() Commit: https://github.com/vim/vim/commit/339c1bdbdfb823c4ea36242f0a4f083cbc010b84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 20:14:23 2021 +0100 patch 8.2.2282: length check mismatch with argument of strncmp() Problem: Length check mismatch with argument of strncmp(). (Christian Brabandt) Solution: Adjust length check.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 20:15:03 +0100
parents 95db03521b01
children 62fe9a7fd582
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2282,
+/**/
     2281,
 /**/
     2280,