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:
committed by
Bram Moolenaar
parent
e28d9b3bd4
commit
74509239df
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3092,
|
||||
/**/
|
||||
3091,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user