commit | 802bfb14636b24d86d0ca8e0947d808b9b7c941e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 17:28:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 17:28:13 2018 +0200 |
tree | 71797a10ea75ce5b3ab6de8b949de40517f92be1 | |
parent | e1a32310d5e9684608b893ab8295191d63178b4e [diff] [blame] |
patch 8.0.1720: when a timer is running a terminal window may not close Problem: When a timer is running a terminal window may not close after a shell has exited. Solution: Call job_status() more often.
diff --git a/src/version.c b/src/version.c index 7ce1c9c..2d28206 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1720, +/**/ 1719, /**/ 1718,