1
0
forked from aniani/vim

patch 7.4.1177

Problem:    The +channel feature is not in :version output. (Tony Mechelynck)
Solution:   Add the feature string.
This commit is contained in:
Bram Moolenaar
2016-01-25 20:15:45 +01:00
parent 1d63539cc7
commit 5aec481097

View File

@@ -106,6 +106,11 @@ static char *(features[]) =
#else #else
"-byte_offset", "-byte_offset",
#endif #endif
#ifdef FEAT_CHANNEL
"+channel",
#else
"-channel",
#endif
#ifdef FEAT_CINDENT #ifdef FEAT_CINDENT
"+cindent", "+cindent",
#else #else
@@ -741,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1177,
/**/ /**/
1176, 1176,
/**/ /**/