commit | 129e33e44bdbd91d6d7cd49d96268cbed4a05f07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 10:50:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 10:50:23 2022 +0000 |
tree | f9901eff25bb14dbbc62c51664dfb8e290d6f0a5 | |
parent | 5c68617d395f9d7b824f68475b24ce3e38d653a3 [diff] [blame] |
patch 8.2.4564: running test leaves file behind Problem: Running test leaves file behind. (Dominique Pellé) Solution: Run the profiling in a separate Vim instance. (closes #9952)
diff --git a/src/version.c b/src/version.c index e5ff441..bf3116e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4564, +/**/ 4563, /**/ 4562,