commit | 7b3ca76a451b10d238ef946f3231762e0bd988e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 19:13:43 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 19:13:43 2016 +0100 |
tree | d05c9be4dafb1e5ae77eb76325df7cc40fda2e52 | |
parent | 0727d362b4dad83d9fdf1caba074213e77e0aa49 [diff] [blame] |
patch 7.4.1318 Problem: Channel with pipes doesn't work in GUI. Solution: Register input handlers for pipes.
diff --git a/src/version.c b/src/version.c index f1abf12..5557b74 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1318, +/**/ 1317, /**/ 1316,