From 01688ad545ff0809ddad5c8fa6b149dc5d67312b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Oct 2016 20:00:07 +0200 Subject: patch 8.0.0050 Problem: An exiting job is detected with a large latency. Solution: Check for pending job more often. (Ozaki Kiichi) Change the double loop in mch_inchar() into one. --- 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 6fdf9f42e..8386381b7 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 */ +/**/ + 50, /**/ 49, /**/ -- cgit v1.2.1