diff src/version.c @ 19673:62ea983a9cb4 v8.2.0393

patch 8.2.0393: Coverity warns for not using return value Commit: https://github.com/vim/vim/commit/c0300633292ee648c7154a7828eb1c76637bd9af Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 16 20:07:16 2020 +0100 patch 8.2.0393: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Mar 2020 20:15:05 +0100
parents 897cb43a5c72
children bee179e81f28
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    393,
+/**/
     392,
 /**/
     391,