]> granicus.if.org Git - vim/commit
patch 8.2.1222: using valgrind in Vim command started by test doesn't work v8.2.1222
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Jul 2020 16:29:18 +0000 (18:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Jul 2020 16:29:18 +0000 (18:29 +0200)
commit657a826c07b4ea3f8846b6acb2c50b82c2d81e50
tree333d01ed81293ae509ffb62478ae004bc5907fcb
parent02f9e6a60f9851046154ccf2ac170f25a0b3cc7d
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.
src/testdir/shared.vim
src/version.c