mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
updated for version 7.4.212
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
This commit is contained in:
@@ -642,15 +642,11 @@ static char *(features[]) =
|
||||
#else
|
||||
"-virtualedit",
|
||||
#endif
|
||||
#ifdef FEAT_VISUAL
|
||||
"+visual",
|
||||
# ifdef FEAT_VISUALEXTRA
|
||||
#ifdef FEAT_VISUALEXTRA
|
||||
"+visualextra",
|
||||
# else
|
||||
"-visualextra",
|
||||
# endif
|
||||
#else
|
||||
"-visual",
|
||||
"-visualextra",
|
||||
#endif
|
||||
#ifdef FEAT_VIMINFO
|
||||
"+viminfo",
|
||||
@@ -738,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
212,
|
||||
/**/
|
||||
211,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user