summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-29 16:09:22 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-29 16:09:22 +0200
commit1f0bfe561737cd445532f20d7607a81d1dadddee (patch)
tree7328a946135589dc8e69e2e4ff34afbd18be2e77 /src/version.c
parent612cc3888b136e80485132d9f997ed457dbc5501 (diff)
downloadvim-git-1f0bfe561737cd445532f20d7607a81d1dadddee.tar.gz
patch 8.1.0226: too many #ifdefsv8.1.0226
Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
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 1aa6448fb..ff1c00a08 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,