commit | 0622732b32ff4a883e4f490a1b38ada539da8ba2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 20:58:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 20:58:29 2016 +0100 |
tree | cc98fc11663ee7719304c9526930c5b9526282e0 | |
parent | 6ff02c96519946716069f05c62849986a706033b [diff] [blame] |
patch 7.4.1523 Problem: Writing channel to a file fails on MS-Windows. Solution: Disable it for now.
diff --git a/src/version.c b/src/version.c index 0c0e5bd..dffa9f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1523, +/**/ 1522, /**/ 1521,