patch 7.4.1789 v7.4.1789
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 17:01:05 +0000 (19:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 17:01:05 +0000 (19:01 +0200)
commit437905c25d4cedfa16d0f87392e4a000d22362b7
tree76d9b43fe93964d1510c7de864cebcf5c91a7fb4
parentc7baa43fdb3f5b001ba3e6eb05bf6e199698eeea
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.
src/channel.c
src/eval.c
src/proto/channel.pro
src/testdir/test_channel.vim
src/version.c