comparison src/version.c @ 21343:d265b908c802 v8.2.1222

patch 8.2.1222: using valgrind in Vim command started by test doesn't work Commit: https://github.com/vim/vim/commit/657a826c07b4ea3f8846b6acb2c50b82c2d81e50 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 18:29:18 2020 +0200 patch 8.2.1222: using valgrind in Vim command started by test doesn't work Problem: When using valgrind a Vim command started by a test uses the same log file name which gets overwritten. Solution: Fix regexp to rename the log file.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 18:30:04 +0200
parents e562f5d1e2a4
children 5dd4cbc1e9e6
comparison
equal deleted inserted replaced
21342:7f74e77a6030 21343:d265b908c802
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1222,
757 /**/ 759 /**/
758 1221, 760 1221,
759 /**/ 761 /**/
760 1220, 762 1220,
761 /**/ 763 /**/