diff src/version.c @ 25411:df8499997fcc v8.2.3242

patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test Commit: https://github.com/vim/vim/commit/0732932553e54e9bfca07e55b47201b8f30b2c4f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 28 22:44:08 2021 +0200 patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test Problem: Vim9: valgrind reports leaks in builtin function test. Solution: Do not start a job.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 22:45:05 +0200
parents e3f1086429d8
children ee2808fb1be9
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 */
 /**/
+    3242,
+/**/
     3241,
 /**/
     3240,