commit | 74509239df107b04abe4f30ada12109629c85939 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Jul 03 19:27:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 19:27:37 2021 +0200 |
tree | 3f74209ca0c5646a569d69c9fb6e05ee9427dc2f | |
parent | e28d9b3bd4de2c7288add83ec35dc001ba280617 [diff] [blame] |
patch 8.2.3092: Vim9: builtin function test fails without +channel feature Problem: Vim9: builtin function test fails without the +channel feature. Solution: Check the +channel feature is supported. (Dominique Pellé, closes #8507)
diff --git a/src/version.c b/src/version.c index 5f07483..0d4fc12 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3092, +/**/ 3091, /**/ 3090,