diff src/version.c @ 26368:744fdb15347d v8.2.3715

patch 8.2.3715: Vim9: valgrind reports spurious problems for a test Commit: https://github.com/vim/vim/commit/f0e496a85a89fb1fd21b6af6363dcfc276331110 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 1 12:41:31 2021 +0000 patch 8.2.3715: Vim9: valgrind reports spurious problems for a test Problem: Vim9: valgrind reports spurious problems for a test. Solution: Move the test to the set that is known to fail.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 13:45:03 +0100
parents d227481dbe8e
children a3a0885d9dd8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3715,
+/**/
     3714,
 /**/
     3713,