We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d63539 commit 5aec481Copy full SHA for 5aec481
1 file changed
src/version.c
@@ -106,6 +106,11 @@ static char *(features[]) =
106
#else
107
"-byte_offset",
108
#endif
109
+#ifdef FEAT_CHANNEL
110
+ "+channel",
111
+#else
112
+ "-channel",
113
+#endif
114
#ifdef FEAT_CINDENT
115
"+cindent",
116
@@ -741,6 +746,8 @@ static char *(features[]) =
741
746
742
747
static int included_patches[] =
743
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 1177,
744
751
/**/
745
752
1176,
753
0 commit comments