commit | 657a826c07b4ea3f8846b6acb2c50b82c2d81e50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 18:29:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 18:29:18 2020 +0200 |
tree | 333d01ed81293ae509ffb62478ae004bc5907fcb | |
parent | 02f9e6a60f9851046154ccf2ac170f25a0b3cc7d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f0cfe69..558a73e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1222, +/**/ 1221, /**/ 1220,