From: Bram Moolenaar Date: Mon, 25 Jan 2016 19:15:45 +0000 (+0100) Subject: patch 7.4.1177 X-Git-Tag: v7.4.1177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aec481097278d7d4e6559d9db2b9c3b8aa0dd5d;p=vim patch 7.4.1177 Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string. --- diff --git a/src/version.c b/src/version.c index 56d6d812d..298372e83 100644 --- a/src/version.c +++ b/src/version.c @@ -106,6 +106,11 @@ static char *(features[]) = #else "-byte_offset", #endif +#ifdef FEAT_CHANNEL + "+channel", +#else + "-channel", +#endif #ifdef FEAT_CINDENT "+cindent", #else @@ -741,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1177, /**/ 1176, /**/