1
0
forked from aniani/vim

patch 8.2.0300: Vim9: expression test fails without channel support

Problem:    Vim9: expression test fails without channel support.
Solution:   Add has('channel') check.
This commit is contained in:
Bram Moolenaar
2020-02-22 20:33:08 +01:00
parent 8ed04587d3
commit b4d2cb1083
2 changed files with 6 additions and 2 deletions

View File

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