commit | fcc3f46735b8c47fde0961228ca1fdd20cb709a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 24 19:55:37 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 24 19:55:37 2014 +0100 |
tree | 3638cae5ea3cb84f3ad2f3aeb77b1e9e7ccbe3b4 | |
parent | 361aa50547249b76097da86873f7c981e3918049 [diff] [blame] |
updated for version 7.4.160 Problem: Win32: Crash when executing external command. Solution: Only close the handle when it was created. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index e8bfd9a..974c8f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 160, +/**/ 159, /**/ 158,