summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-29 16:09:22 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-29 16:09:22 +0200
commit1f0bfe561737cd445532f20d7607a81d1dadddee (patch)
tree7328a946135589dc8e69e2e4ff34afbd18be2e77 /src/feature.h
parent612cc3888b136e80485132d9f997ed457dbc5501 (diff)
patch 8.1.0226: too many #ifdefsv8.1.0226
Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/feature.h b/src/feature.h
index 762a70cee7..efe349d54f 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -207,13 +207,6 @@
#endif
/*
- * +vreplace "gR" and "gr" commands.
- */
-#ifdef FEAT_NORMAL
-# define FEAT_VREPLACE
-#endif
-
-/*
* +cmdline_info 'showcmd' and 'ruler' options.
*/
#ifdef FEAT_NORMAL