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,19 +211,13 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +visual Visual mode.
|
||||
* +visual Visual mode - now always included.
|
||||
* +visualextra Extra features for Visual mode (mostly block operators).
|
||||
*/
|
||||
#ifdef FEAT_SMALL
|
||||
#define FEAT_VISUAL
|
||||
#ifdef FEAT_NORMAL
|
||||
# define FEAT_VISUALEXTRA
|
||||
#endif
|
||||
#else
|
||||
# ifdef FEAT_CLIPBOARD
|
||||
# undef FEAT_CLIPBOARD /* can't use clipboard without Visual mode */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +virtualedit 'virtualedit' option and its implementation
|
||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
200,
|
||||
/**/
|
||||
199,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user