1
0
forked from aniani/vim

patch 8.2.3181: Vim9: builtin function test fails without channel feature

Problem:    Vim9: builtin function test fails without channel feature.
Solution:   Add feature checks. (Dominique Pellé, closes #8586)  Make feature
            checks more consistent.
This commit is contained in:
Dominique Pelle
2021-07-18 21:44:37 +02:00
committed by Bram Moolenaar
parent f6488547e3
commit 9ff9c7b974
2 changed files with 37 additions and 15 deletions

View File

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