commit | 886e5e737d0b2eea755c415a86997ca3b7fe5349 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:36:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:36:34 2021 +0200 |
tree | 890919688ccca3dc841cd692178dd60b1712f173 | |
parent | 409da842db9dc24d88e415e518c02c05ac7de760 [diff] [blame] |
patch 8.2.2715: Vim9: tests fail without the channel feature Problem: Vim9: tests fail without the channel feature. (Dominique Pellé) Solution: Check for the channel feature. (closes #8063)
diff --git a/src/version.c b/src/version.c index 2d3368d..86b0593 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2715, +/**/ 2714, /**/ 2713,