1
0
forked from aniani/vim

patch 8.1.0358: crash when using term_dumpwrite() after the job finished

Problem:    Crash when using term_dumpwrite() after the job finished.
Solution:   Check for a finished job and give an error message.
This commit is contained in:
Bram Moolenaar
2018-09-09 19:56:07 +02:00
parent 02c972153d
commit a5c48c2698
2 changed files with 7 additions and 0 deletions

View File

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