diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-18 16:27:23 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-18 16:27:23 +0200 |
| commit | bb09ceb95477ecc271854b3fdd8d2776eca66adf (patch) | |
| tree | d79b1e387fc36710d17ad3ce6c423a06aa518fa1 /src/version.c | |
| parent | 025e3e0bafbc85cc4e365145af711edf99d0a90d (diff) | |
| download | vim-git-bb09ceb95477ecc271854b3fdd8d2776eca66adf.tar.gz | |
patch 8.0.0045v8.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)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 80a837a38..b15752024 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 45, +/**/ 44, /**/ 43, |
