commit | 9ff9c7b9741b216d3dc75603e50654088dc5f55b | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Jul 18 21:44:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 21:44:37 2021 +0200 |
tree | 09a39696f0e161853436fab0bff3e2adbe48087b | |
parent | f6488547e3c7e41ff2c12dd0b93c9ef04e4c8c6f [diff] [blame] |
patch 8.2.3181: Vim9: builtin function test fails without channel feature Problem: Vim9: builtin function test fails without channel feature. Solution: Add feature checks. (Dominique Pellé, closes #8586) Make feature checks more consistent.
diff --git a/src/version.c b/src/version.c index b59eca2..371fdcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3181, +/**/ 3180, /**/ 3179,