1
0
forked from aniani/vim

patch 8.0.0801: terminal window title says "running" after job exits

Problem:    The terminal window title sometimes still says "running" even
            though the job has finished.
Solution:   Also consider the job finished when the channel has been closed.
This commit is contained in:
Bram Moolenaar
2017-07-29 15:53:39 +02:00
parent 696d00f488
commit 1e8340bbbf
2 changed files with 7 additions and 1 deletions

View File

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