diff src/version.c @ 25587:35562f3207d1 v8.2.3330

patch 8.2.3330: Coverity reports using uninitialized field Commit: https://github.com/vim/vim/commit/7deb4115ef72c0468cd6f9cc5f036d5c405641d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 17:01:45 2021 +0200 patch 8.2.3330: Coverity reports using uninitialized field Problem: Coverity reports using uninitialized field. Solution: Initialize the field early.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 17:15:04 +0200
parents 10edc624b171
children 50f8204eb8f7
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 */
 /**/
+    3330,
+/**/
     3329,
 /**/
     3328,