commit | 1aa07bdead2e93501c54591e31fe73b9b09c58b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 19:43:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 19:43:16 2016 +0200 |
tree | c149ff080219e2149a375da5b9d8982392db5182 | |
parent | 2f095a4bc4d786e0ac834f48dd18a94fe2d140e3 [diff] [blame] |
patch 7.4.1885 Problem: MinGW console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 0f9e840..e2624cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1885, +/**/ 1884, /**/ 1883,