From bb09ceb95477ecc271854b3fdd8d2776eca66adf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 18 Oct 2016 16:27:23 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 80a837a38..b15752024 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 45, /**/ 44, /**/ -- cgit v1.2.1