summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 56d6d812d7..298372e837 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
@@ -742,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1177,
+/**/
1176,
/**/
1175,