diff src/version.c @ 21102:ebacf460b1b3 v8.2.1102

patch 8.2.1102: Coverity gets confused by an unnecessary NULL check Commit: https://github.com/vim/vim/commit/90049492215aa458b90215b8e0fc50f04d5ad270 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 13:04:05 2020 +0200 patch 8.2.1102: Coverity gets confused by an unnecessary NULL check Problem: Coverity gets confused by an unnecessary NULL check. Solution: Remove the check for NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 13:15:04 +0200
parents acfda84f5661
children f8ec5a7a9cf6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1102,
+/**/
     1101,
 /**/
     1100,