commit | 1773ddfdcd106fa3bbf479c9b62ccde03c2a86ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 13:38:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 13:38:54 2016 +0200 |
tree | 48a431312f3e7ec929ac95faf1404ac110e9cee7 | |
parent | e67d546f3c691139e6d3d33f36724d98aec04c14 [diff] [blame] |
patch 7.4.2276 Problem: Command line test fails on Windows when run twice. Solution: Wipe the buffer so that the directory can be deleted.
diff --git a/src/version.c b/src/version.c index 152e7b7..60b1374 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2276, +/**/ 2275, /**/ 2274,