commit | 3940ec6d41a07f9abbfba7d4db6b49d3d8b43a9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 21:53:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 21:53:24 2019 +0200 |
tree | 1e1a4d94cde09166c2f1f9546b17edcd44f499c6 | |
parent | 4f5b0e5355a673ba5228bef037dc5c30734a1378 [diff] [blame] |
patch 8.1.1638: running tests leaves some files behind Problem: Running tests leaves some files behind. Solution: Delete the files. (Ozaki Kiichi, closes #4617)
diff --git a/src/version.c b/src/version.c index b5aac1a..c835eee 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1638, +/**/ 1637, /**/ 1636,