commit | 8c801b374b7d32419cd877353495b801c5e1382a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 20:58:22 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 20:58:22 2021 +0100 |
tree | 0d8154a4b6cd447b4e5cb2f5e19e606c2a22197f | |
parent | f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d [diff] [blame] |
patch 8.2.2571: test may leave file behind Problem: Test may leave file behind. Solution: Delete the temporary file. Don't profile in the running Vim instance.
diff --git a/src/version.c b/src/version.c index add4c38..58908cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2571, +/**/ 2570, /**/ 2569,