1
0
forked from aniani/vim

patch 8.0.0746: when :term fails the job is not properly cleaned up

Problem:    When :term fails the job is not properly cleaned up.
Solution:   Free the terminal. Handle a job that failed to start. (closes
            #1858)
This commit is contained in:
Bram Moolenaar
2017-07-22 18:39:00 +02:00
parent 9f1f49b839
commit 61a6605ea1
4 changed files with 18 additions and 3 deletions

View File

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