1
0
forked from aniani/vim

patch 8.2.3092: Vim9: builtin function test fails without +channel feature

Problem:    Vim9: builtin function test fails without the +channel feature.
Solution:   Check the +channel feature is supported. (Dominique Pellé,
            closes #8507)
This commit is contained in:
Dominique Pelle
2021-07-03 19:27:37 +02:00
committed by Bram Moolenaar
parent e28d9b3bd4
commit 74509239df
3 changed files with 13 additions and 2 deletions

View File

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