1
0
forked from aniani/vim

patch 8.1.0719: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Always build with the +visualextra feature.
This commit is contained in:
Bram Moolenaar
2019-01-11 14:37:20 +01:00
parent 402385a7f2
commit 870ba5f6dc
6 changed files with 23 additions and 69 deletions

View File

@@ -194,10 +194,8 @@
/*
* +visual Visual mode - now always included.
* +visualextra Extra features for Visual mode (mostly block operators).
* Now always included.
*/
#ifdef FEAT_NORMAL
# define FEAT_VISUALEXTRA
#endif
/*
* +virtualedit 'virtualedit' option and its implementation