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