commit | cd1a62d468a55aca68deb3139d83530c7c23568d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 21:32:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 21:32:02 2018 +0100 |
tree | 37644066fac5d64c48b955b2f4436f051e661fe9 | |
parent | 142a9758151e470307a80ea37b06ea34558ff5b3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f868e6a..3ea9dc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 590, +/**/ 589, /**/ 588,