diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-11 14:37:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-11 14:37:20 +0100 |
commit | 870ba5f6dce974b6c1c47bf9d3b20db805d10b36 (patch) | |
tree | 270e22e4affea836091d30ce0166fa1ad649ff92 /src/feature.h | |
parent | 402385a7f2fed23acef7ad3ce75252706b1d7606 (diff) | |
download | vim-git-870ba5f6dce974b6c1c47bf9d3b20db805d10b36.tar.gz |
patch 8.1.0719: too many #ifdefsv8.1.0719
Problem: Too many #ifdefs.
Solution: Always build with the +visualextra feature.
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/feature.h b/src/feature.h index 5c03e2bf6..a2bb217d1 100644 --- a/src/feature.h +++ b/src/feature.h @@ -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 |