commit | 641ad6c7ac7367f95fd927b8efa4bf74ddb9ccf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 18:32:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 18:32:11 2016 +0200 |
tree | c49684b1a4092b621e24d572fc8b5adcc5c55b0e | |
parent | 5c80908ced601be6db7554a147cdb0f98ac8daa1 [diff] [blame] |
patch 7.4.2301 Problem: MS-Windows: some files remain after testing. Solution: Close the channel output file. Wait for the file handle to be closed before deleting the file.
diff --git a/src/version.c b/src/version.c index 7bf6d7c..fbe8d57 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2301, +/**/ 2300, /**/ 2299,