commit | b4d2cb1083974a7a7262417d09baf474ca816452 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 20:33:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 20:33:08 2020 +0100 |
tree | b9a43993e76f44746b5545d0332a959ffbfadd58 | |
parent | 8ed04587d3cd53e29be20fde9c36e619ea7da4dc [diff] [blame] |
patch 8.2.0300: Vim9: expression test fails without channel support Problem: Vim9: expression test fails without channel support. Solution: Add has('channel') check.
diff --git a/src/version.c b/src/version.c index 95a098b..16bf1e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 300, +/**/ 299, /**/ 298,