mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.0719: too many #ifdefs
Problem: Too many #ifdefs. Solution: Always build with the +visualextra feature.
This commit is contained in:
@@ -709,11 +709,7 @@ static char *(features[]) =
|
||||
"-virtualedit",
|
||||
#endif
|
||||
"+visual",
|
||||
#ifdef FEAT_VISUALEXTRA
|
||||
"+visualextra",
|
||||
#else
|
||||
"-visualextra",
|
||||
#endif
|
||||
#ifdef FEAT_VIMINFO
|
||||
"+viminfo",
|
||||
#else
|
||||
@@ -799,6 +795,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
719,
|
||||
/**/
|
||||
718,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user