commit | e24692573a266f5060c06dd80bde264092c90dd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 10:54:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 10:54:34 2016 +0100 |
tree | 090a3573ceebef3dbf8d0dd023e9cf938cb77fe4 | |
parent | b3e2f00f39d6edafda6e5508a926ebd244997a0f [diff] [blame] |
patch 7.4.1257 Problem: Channel test fails in some configurations. Solution: Add check for the +channel feature.
diff --git a/src/version.c b/src/version.c index b318dc7..7192bae 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1257, +/**/ 1256, /**/ 1255,