commit | de27989157f35172b25f9e01e0c147ed8f6ae3ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:19:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:19:44 2016 +0100 |
tree | ac52ee2ae7bf82a4cc85f31b1c7b6f2993348c81 | |
parent | 9e496854a9fe56699687a4f86003fad115b3b375 [diff] [blame] |
patch 7.4.1536 Problem: Cannot re-use a channel for another job. Solution: Add the "channel" option to job_start().
diff --git a/src/version.c b/src/version.c index d138eb8..4f6c51d 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1536, +/**/ 1535, /**/ 1534,