commit | f65333c9b59654a70f2a07200f65c93dfcaa49b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 18:27:21 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 18:27:21 2016 +0100 |
tree | ac14c6afd7e6ed4edaa4208668228691ebd2b69e | |
parent | 367aabdbf76f7df00fd18e39d9378d1360a526ab [diff] [blame] |
patch 7.4.1518 Problem: Channel with disconnected in/out/err is not supported. Solution: Implement it for Unix.
diff --git a/src/version.c b/src/version.c index 8c82f67..380c224 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1518, +/**/ 1517, /**/ 1516,