commit | b68df220c5278365792b8f94d8d6f34d329b7746 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 15:05:28 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 15:05:28 2020 +0100 |
tree | dcdc97c2948d68ae3f8cc50df94c2c507e1e75a8 | |
parent | 22da5596d00222c889b548daa2df5a289583a5fb [diff] [blame] |
patch 8.2.0409: search test leaves file behind Problem: Search test leaves file behind. Solution: Delete the file. Also use Check commands.
diff --git a/src/version.c b/src/version.c index 35de428..8c7e5d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 409, +/**/ 408, /**/ 407,