commit | 853a7692d19deb6b7c2cabce989b57c8b9908596 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 15:00:23 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 15:00:23 2021 +0000 |
tree | 7ccabf9c3ff9132e1b77436bdec89f2fea21b0d3 | |
parent | 7645da568c5e3b4ee339a2e99c3b3af790619787 [diff] [blame] |
patch 8.2.3736: test fails without the channel feature Problem: Test fails without the channel feature. (Dominique Pellé) Solution: Source the check.vim script. (closes #9277)
diff --git a/src/version.c b/src/version.c index 55d2331..0274323 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3736, +/**/ 3735, /**/ 3734,