commit | 97792de2762cc79cc365a8a0b858f27753179577 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 18:36:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 18:36:49 2016 +0200 |
tree | 6a9b69f2cabc6135b91c7dfaed7c69a9a7c0419f | |
parent | 472e85970ee3a80abd824bef510df12e9cfe9e96 [diff] [blame] |
patch 8.0.0036 Problem: Detecting that a job has finished may take a while. Solution: Check for a finished job more often (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 513223e..61e6979 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 36, +/**/ 35, /**/ 34,