patch 8.1.0226: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate the +vreplace feature, it's not much code and quite a few
#ifdefs.
diff --git a/src/version.c b/src/version.c
index 1aa6448..ff1c00a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -714,11 +714,7 @@
#else
"-viminfo",
#endif
-#ifdef FEAT_VREPLACE
"+vreplace",
-#else
- "-vreplace",
-#endif
#ifdef WIN3264
# ifdef FEAT_VTP
"+vtp",
@@ -799,6 +795,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 226,
+/**/
225,
/**/
224,