diff src/version.c @ 30094:ab563fdf3735 v9.0.0383

patch 9.0.0383: Coverity complains about unused value Commit: https://github.com/vim/vim/commit/963ab26842be22c0d210c3e950fecac28578f8be Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 5 10:55:27 2022 +0100 patch 9.0.0383: Coverity complains about unused value Problem: Coverity complains about unused value. Solution: Use the value.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 12:00:08 +0200
parents 53e7e912eeec
children aa7109fe5bee
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    383,
+/**/
     382,
 /**/
     381,