diff src/version.c @ 24422:41cf1155ab90 v8.2.2751

patch 8.2.2751: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/fed9e830fcffa90cf73dd125a27d27ed7eafbd68 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 10 21:38:38 2021 +0200 patch 8.2.2751: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Check for NULL in calling function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 21:45:03 +0200
parents e0fa539a9b34
children ddcda424f882
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 */
 /**/
+    2751,
+/**/
     2750,
 /**/
     2749,