commit | 2c869deeb7658b6b02e525ff9412fc4a0c968688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 19:12:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 19:12:08 2020 +0200 |
tree | d0eae29ea5c01411332572abf941eb6712e1490c | |
parent | aeea72151c31d686bcbb7b06d895006d7363585c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index bb11730..b1a10aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 501, +/**/ 500, /**/ 499,