diff src/version.c @ 9193:0378a3bdf0fe v7.4.1880

commit https://github.com/vim/vim/commit/76929af43134b4222b33648b6c53754a34f24524 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 20:26:41 2016 +0200 patch 7.4.1880 Problem: MS-Windows console build defaults to not having +channel. Solution: Include the channel feature if building with huge features.
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 20:30:06 +0200
parents ce045e4d3244
children 543f068f3706
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1880,
+/**/
     1879,
 /**/
     1878,