]> granicus.if.org Git - vim/commit
patch 8.1.0590: when a job ends the closed channels are not handled v8.1.0590
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Dec 2018 20:32:02 +0000 (21:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Dec 2018 20:32:02 +0000 (21:32 +0100)
commitcd1a62d468a55aca68deb3139d83530c7c23568d
tree37644066fac5d64c48b955b2f4436f051e661fe9
parent142a9758151e470307a80ea37b06ea34558ff5b3
patch 8.1.0590: when a job ends the closed channels are not handled

Problem:    When a job ends the closed channels are not handled.
Solution:   When a job is detected to have ended, check the channels again.
            (closes #3530)
src/channel.c
src/misc2.c
src/proto/channel.pro
src/version.c