summaryrefslogtreecommitdiffstats
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 d024265aaf..86a074b283 100644
--- a/src/version.c
+++ b/src/version.c
@@ -672,11 +672,7 @@ static char *(features[]) =
#else
"-toolbar",
#endif
-#ifdef FEAT_USR_CMDS
"+user_commands",
-#else
- "-user_commands",
-#endif
#ifdef FEAT_VARTABS
"+vartabs",
#else
@@ -772,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1210,
+/**/
1209,
/**/
1208,