commit | e98d12105213975f37b8d653bd909bd787a2cda9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 15:37:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 15:37:41 2016 +0100 |
tree | 147809c00a8fe07529e294f97148c8efdf3d469a | |
parent | 41e0f2f48f541eb2c8eb5620d3f1d270eb979154 [diff] [blame] |
patch 7.4.1514 Problem: Channel output to file not implemented yet. Solution: Implement it for Unix.
diff --git a/src/version.c b/src/version.c index 2a23313..b98ff53 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1514, +/**/ 1513, /**/ 1512,