diff src/version.c @ 25390:a6c347a0c6e3 v8.2.3232

patch 8.2.3232: system() does not work without a second argument Commit: https://github.com/vim/vim/commit/7e6a2a64f09df577f29e024c1d1e6733d6bc1b7c Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jul 28 11:51:48 2021 +0200 patch 8.2.3232: system() does not work without a second argument Problem: system() does not work without a second argument. Solution: Do not require a second argument. (Yegappan Lakshmanan, closes #8651, closes #8650)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 12:00:06 +0200
parents 83e906028a9d
children b427a26b0210
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3232,
+/**/
     3231,
 /**/
     3230,