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 c780826e6..18d50af01 100644
--- a/src/version.c
+++ b/src/version.c
@@ -78,11 +78,7 @@ static char *(features[]) =
#else
"-arabic",
#endif
-#ifdef FEAT_AUTOCMD
"+autocmd",
-#else
- "-autocmd",
-#endif
#ifdef FEAT_AUTOSERVERNAME
"+autoservername",
#else
@@ -779,6 +775,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1564,
+/**/
1563,
/**/
1562,