commit | 56c9fd01076bc62b55c8cb89d8a66f6136e52f3a | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Wed May 19 00:16:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 19 00:16:14 2021 +0200 |
tree | ce37ec81410eab0700a95a43810fd5c270cf4ad4 | |
parent | 4781d6fd8670af415c3b78f00d70036af85bd286 [diff] [blame] |
patch 8.2.2872: Python tests fail without the channel feature Problem: Python tests fail without the channel feature. Solution: Add a feature check. (Dominique Pellé, closes #8226)
diff --git a/src/version.c b/src/version.c index 8d73f68..af40462 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2872, +/**/ 2871, /**/ 2870,