commit | 0dc4d8eaecc3acc26c3bee906d98097f9faa90bd | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Dec 18 12:40:52 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 18 12:40:52 2021 +0000 |
tree | 9dcb33e6956a2ff81218a58473bda0fe6a095558 | |
parent | 44a8977de467241a2f9959253d06eff53a8baad9 [diff] [blame] |
patch 8.2.3845: Vim9: test fails when the channel feature is missing Problem: Vim9: test fails when the channel feature is missing. Solution: Check for the channel feature. (Dominique Pellé, closes #9368)
diff --git a/src/version.c b/src/version.c index dbf2fe5..262a330 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3845, +/**/ 3844, /**/ 3843,