commit | 8456ea80502d5e0d86309a0051a0cf48df586ed4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 15:02:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 15:02:05 2017 +0200 |
tree | f93d408ba0679eee3bde309ca648d9cc055a1661 | |
parent | 78712a7733839598fbc4a61d0582893d22e8adf3 [diff] [blame] |
patch 8.0.0865: cannot build with channel but without terminal feature Problem: Cannot build with channel but without terminal feature. Solution: Add #ifdef
diff --git a/src/version.c b/src/version.c index 9318740..bbbdbe3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 865, +/**/ 864, /**/ 863,