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:
committed by
Bram Moolenaar
parent
ef02f16609
commit
801c3c1dbe
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4900,
|
||||
/**/
|
||||
4899,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user