commit | 46f479c756c0255e3b6d473590c1857678eff5c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 07 13:09:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 07 13:09:18 2020 +0100 |
tree | 72ad2e9247a483494df04d94893733e40d43c5ca | |
parent | faebda8cc1ecc4d6a197e06e968df46a2841ed79 [diff] [blame] |
patch 8.2.1965: Vim9: tests fail without the channel feature Problem: Vim9: tests fail without the channel feature. Solution: Check if the channel feature is present. (Dominique Pellé, closes 7270)
diff --git a/src/version.c b/src/version.c index 19f5ba2..786e05e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1965, +/**/ 1964, /**/ 1963,