commit | 437905c25d4cedfa16d0f87392e4a000d22362b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 19:01:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 19:01:05 2016 +0200 |
tree | 76d9b43fe93964d1510c7de864cebcf5c91a7fb4 | |
parent | c7baa43fdb3f5b001ba3e6eb05bf6e199698eeea [diff] [blame] |
patch 7.4.1789 Problem: Cannot use ch_read() in the close callback. Solution: Do not discard the channel if there is readahead. Do not discard readahead if there is a close callback.
diff --git a/src/version.c b/src/version.c index 55b1650..9f311ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1789, +/**/ 1788, /**/ 1787,