commit | c46af534102c65b43912311d67f55f5049e5ef7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 22:24:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 22:24:49 2019 +0100 |
tree | fe6c4a5e5a9bec3d2760a47534ef3f4427184e63 | |
parent | 27a472c32ed5b5298bca50864570a4a71ec1d204 [diff] [blame] |
patch 8.1.0710: when using timers may wait for job exit quite long Problem: When using timers may wait for job exit quite long. Solution: Return from ui_wait_for_chars_or_timer() when a job or channel needs to be handled. (Ozaki Kiichi, closes #3783)
diff --git a/src/version.c b/src/version.c index e1ea65e..f0e4450 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 710, +/**/ 709, /**/ 708,