commit | 94d0191dbcce829ad9b92d902b6e2717041db3b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 13:48:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 13:48:51 2016 +0100 |
tree | 6ea861448e4ff2885f27214d719c3df0d5e6a9d5 | |
parent | af6e36ff16736106a1bc63bb4d01f51fdfeb29a2 [diff] [blame] |
patch 7.4.1512 Problem: Channel input from file not supported on MS-Windows. Solution: Implement it. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 6141a2e..eb9c486 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1512, +/**/ 1511, /**/ 1510,