commit | 7e765a39b795d5331bf2d4927b41df7b78915af9 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 24 11:40:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 11:40:37 2022 +0000 |
tree | f773c64927e6610144e0d6f67391406e3c59b6b1 | |
parent | c351dc1e0ca959084ba36bb350291334bf74b9f8 [diff] [blame] |
patch 8.2.4200: some tests do not clean up properly Problem: Some tests do not clean up properly. Solution: Delete created files. (Yegappan Lakshmanan, closes #9611)
diff --git a/src/version.c b/src/version.c index 621bc59..aa0910e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4200, +/**/ 4199, /**/ 4198,