summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/version.c b/src/version.c
index 7dba13989..b23da4089 100644
--- a/src/version.c
+++ b/src/version.c
@@ -300,11 +300,7 @@ static char *(features[]) =
#else
"-iconv",
#endif
-#ifdef FEAT_INS_EXPAND
"+insert_expand",
-#else
- "-insert_expand",
-#endif
#ifdef FEAT_JOB_CHANNEL
"+job",
#else
@@ -766,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1901,
+/**/
1900,
/**/
1899,