1
0
forked from aniani/vim

patch 8.2.4900: Vim9 expression test fails without the job feature

Problem:    Vim9 expression test fails without the job feature.
Solution:   Add a check for the job feature. (Dominique Pellé, closes #10373)
This commit is contained in:
Dominique Pelle
2022-05-07 11:00:08 +01:00
committed by Bram Moolenaar
parent ef02f16609
commit 801c3c1dbe
2 changed files with 8 additions and 4 deletions

View File

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