commit | 24db72958fc91bd067c7d60a4990d09a6f295b48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 16:56:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 16:56:10 2016 +0100 |
tree | 161dfae4fd7303c807d3fd67e48bee62e255c949 | |
parent | d798af8c77cf47dba74b6b69ae4eba904023981c [diff] [blame] |
patch 7.4.1040 Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 4e56f30..332bb91 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1040, +/**/ 1039, /**/ 1038,