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 1aa6448fbb..ff1c00a08a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -714,11 +714,7 @@ static char *(features[]) =
#else
"-viminfo",
#endif
-#ifdef FEAT_VREPLACE
"+vreplace",
-#else
- "-vreplace",
-#endif
#ifdef WIN3264
# ifdef FEAT_VTP
"+vtp",
@@ -799,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 226,
+/**/
225,
/**/
224,