commit | 13d6fb17a2c5d2ae02429e31fc8603a9caa4395e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 18:40:52 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 18:40:52 2016 +0100 |
tree | 09a6eea81a423470f4e4885c1a447c95115bb8a7 | |
parent | f65333c9b59654a70f2a07200f65c93dfcaa49b3 [diff] [blame] |
patch 7.4.1519 Problem: Channel output to file not implemented for MS-Windows. Solution: Implement it. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 380c224..be05a45 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1519, +/**/ 1518, /**/ 1517,