1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-04-15 17:28:13 +02:00
parent e1a32310d5
commit 802bfb1463
2 changed files with 59 additions and 30 deletions

View File

@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1720,
/**/
1719,
/**/