commit | bb09ceb95477ecc271854b3fdd8d2776eca66adf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 16:27:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 16:27:23 2016 +0200 |
tree | d79b1e387fc36710d17ad3ce6c423a06aa518fa1 | |
parent | 025e3e0bafbc85cc4e365145af711edf99d0a90d [diff] [blame] |
patch 8.0.0045 Problem: Calling job_stop() right after job_start() does not work. Solution: Block signals while fork is still busy. (Ozaki Kiichi, closes #1155)
diff --git a/src/version.c b/src/version.c index 80a837a..b157520 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 45, +/**/ 44, /**/ 43,