commit | 01688ad545ff0809ddad5c8fa6b149dc5d67312b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 20:00:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 20:00:07 2016 +0200 |
tree | f588850e3798caf6ddef56772a58903d8b3ab4eb | |
parent | 2f97912800e86a296c001832bbbf2fc425f1e533 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6fdf9f4..8386381 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 50, +/**/ 49, /**/ 48,