forked from aniani/vim
patch 8.1.0226: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate the +vreplace feature, it's not much code and quite a few
#ifdefs.
This commit is contained in:
@@ -206,13 +206,6 @@
|
||||
# define FEAT_VIRTUALEDIT
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +vreplace "gR" and "gr" commands.
|
||||
*/
|
||||
#ifdef FEAT_NORMAL
|
||||
# define FEAT_VREPLACE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +cmdline_info 'showcmd' and 'ruler' options.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user