commit | a0f9cd148eaab23b2037d2f543f3b8f5a3a7ad3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 20:13:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 20:13:24 2016 +0100 |
tree | aa37caa09db632881e111994979b251f4c254606 | |
parent | 7c764f7bbf71a7a49baae07641efd2ead69e4d08 [diff] [blame] |
patch 7.4.1247 Problem: The channel test doesn't run on MS-Windows. Solution: Make it work on the MS-Windows console. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 6aa4baa..9417f5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1247, +/**/ 1246, /**/ 1245,