commit | 76929af43134b4222b33648b6c53754a34f24524 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 20:26:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 20:26:41 2016 +0200 |
tree | 2237e59c6c6a2838deccf7356517506b59e2b7e5 | |
parent | e38a2f7ebda791bcecccd657919ae9f7e2f6438c [diff] [blame] |
patch 7.4.1880 Problem: MS-Windows console build defaults to not having +channel. Solution: Include the channel feature if building with huge features.
diff --git a/src/version.c b/src/version.c index 7373e70..9cf3972 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1880, +/**/ 1879, /**/ 1878,