1
0
forked from aniani/vim

patch 8.2.0501: Vim9: script test fails when channel feature is missing

Problem:    Vim9: script test fails when channel feature is missing.
Solution:   Add a has() condition.
This commit is contained in:
Bram Moolenaar
2020-04-02 19:12:08 +02:00
parent aeea72151c
commit 2c869deeb7
2 changed files with 8 additions and 4 deletions

View File

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