1
0
forked from aniani/vim

patch 8.2.1857: Vim9: using job_status() on an unused var gives an error

Problem:    Vim9: using job_status() on an unused var gives an error.
Solution:   Return "fail". (closes #7158)
This commit is contained in:
Bram Moolenaar
2020-10-17 18:51:52 +02:00
parent 9668cc57a1
commit 218450ad5e
3 changed files with 19 additions and 4 deletions

View File

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