diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-22 20:33:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-22 20:33:08 +0100 |
commit | b4d2cb1083974a7a7262417d09baf474ca816452 (patch) | |
tree | b9a43993e76f44746b5545d0332a959ffbfadd58 /src/version.c | |
parent | 8ed04587d3cd53e29be20fde9c36e619ea7da4dc (diff) | |
download | vim-git-b4d2cb1083974a7a7262417d09baf474ca816452.tar.gz |
patch 8.2.0300: Vim9: expression test fails without channel supportv8.2.0300
Problem: Vim9: expression test fails without channel support.
Solution: Add has('channel') check.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 95a098bea..16bf1e1f9 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 300, +/**/ 299, /**/ 298, |