]> granicus.if.org Git - vim/commitdiff
patch 7.4.1177 v7.4.1177
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Jan 2016 19:15:45 +0000 (20:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Jan 2016 19:15:45 +0000 (20:15 +0100)
Problem:    The +channel feature is not in :version output. (Tony Mechelynck)
Solution:   Add the feature string.

src/version.c

index 56d6d812d763de3cf8eb5ec538fb92cd7727d77f..298372e837de906adf5c4080d8796eb37ae09692 100644 (file)
@@ -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,
 /**/