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:
@@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user