commit | 8b42328cef294a5d6059ee7c452da75b845f6f8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 14:37:06 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 14:37:06 2017 +0100 |
tree | 5e4cdccbfcc5d366bad4b821efc5d13c6aa59bf5 | |
parent | b29d328eb403a243431f4d0d5b360b4ac46bbc3e [diff] [blame] |
patch 8.0.1392: build fails with --with-features=huge --disable-channel Problem: Build fails with --with-features=huge --disable-channel. Solution: Don't enable the terminal feature when the channel feature is missing. (Dominique Pelle, closes #2453)
diff --git a/src/version.c b/src/version.c index af507e4..ab1f816 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1392, +/**/ 1391, /**/ 1390,