patch 8.2.2479: set/getbufline test fails without the job feature

Problem:    set/getbufline test fails without the job feature.
Solution:   Check whether the job feature is supported. (Dominique Pellé,
            closes #7790)
This commit is contained in:
Bram Moolenaar
2021-02-07 14:31:06 +01:00
parent 0dc5f603e9
commit 00385114db
3 changed files with 16 additions and 10 deletions

View File

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