diff src/version.c @ 21075:969d389a2e36 v8.2.1089

patch 8.2.1089: Coverity warns for pointer computation Commit: https://github.com/vim/vim/commit/927b7dd0fe9a0a82b39d600779edb4390ecdeda6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 22:24:56 2020 +0200 patch 8.2.1089: Coverity warns for pointer computation Problem: Coverity warns for pointer computation. Solution: Avoid computing a pointer to invalid memory.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 22:30:04 +0200
parents 334a8a5a6267
children 794bf2be08be
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 */
 /**/
+    1089,
+/**/
     1088,
 /**/
     1087,