commit | d5d3d307ddb824f59a2f2516c4b6a6d48762aa58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 20:54:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 20:54:51 2016 +0100 |
tree | 5650674d76b7526a6e625fb41700205e052e85b6 | |
parent | beb003b303cde1e55634aae9f810535684b76211 [diff] [blame] |
patch 7.4.1526 Problem: Writing to file and not connecting a channel doesn't work for MS-Windows. Solution: Make it work. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index f27cd55..e98a2ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1526, +/**/ 1525, /**/ 1524,