1
0
forked from aniani/vim

patch 8.0.1119: quitting a split terminal window kills the job

Problem:    Quitting a split terminal window kills the job. (Yasuhiro
            Matsumoto)
Solution:   Only stop terminal job if it is the last window.
This commit is contained in:
Bram Moolenaar
2017-09-17 19:08:02 +02:00
parent 4033c55eca
commit 8adb0d03ca
3 changed files with 39 additions and 20 deletions

View File

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