0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.200

Problem:    Too many #ifdefs in the code.
Solution:   Enable FEAT_VISUAL always, await any complaints
This commit is contained in:
Bram Moolenaar
2014-03-12 17:56:48 +01:00
parent 27bed20452
commit 24ff9e33a9
2 changed files with 6 additions and 10 deletions

View File

@@ -211,18 +211,12 @@
#endif #endif
/* /*
* +visual Visual mode. * +visual Visual mode - now always included.
* +visualextra Extra features for Visual mode (mostly block operators). * +visualextra Extra features for Visual mode (mostly block operators).
*/ */
#ifdef FEAT_SMALL #define FEAT_VISUAL
# define FEAT_VISUAL #ifdef FEAT_NORMAL
# ifdef FEAT_NORMAL # define FEAT_VISUALEXTRA
# define FEAT_VISUALEXTRA
# endif
#else
# ifdef FEAT_CLIPBOARD
# undef FEAT_CLIPBOARD /* can't use clipboard without Visual mode */
# endif
#endif #endif
/* /*

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
200,
/**/ /**/
199, 199,
/**/ /**/