commit | 7918238528090cd019dc19613dbe76923ac9a1d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 20:06:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 20:06:33 2020 +0200 |
tree | 919fcf0e096ee22843dd1adb3a2454d7fe749dde | |
parent | 15183b41c4416b7638cce26de0a9a83e55948bdc [diff] [blame] |
patch 8.2.1609: Vim9: test fails when build without +channel Problem: Vim9: test fails when build without +channel. Solution: Add check for +channel. (closes #6879)
diff --git a/src/version.c b/src/version.c index e1cdba6..9216408 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1609, +/**/ 1608, /**/ 1607,