forked from aniani/vim
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.
This commit is contained in:
@@ -714,11 +714,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-viminfo",
|
||||
#endif
|
||||
#ifdef FEAT_VREPLACE
|
||||
"+vreplace",
|
||||
#else
|
||||
"-vreplace",
|
||||
#endif
|
||||
#ifdef WIN3264
|
||||
# ifdef FEAT_VTP
|
||||
"+vtp",
|
||||
@@ -798,6 +794,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
226,
|
||||
/**/
|
||||
225,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user