summaryrefslogtreecommitdiffstats
path: root/src/gui.c
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/gui.c
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/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui.c b/src/gui.c
index f51b81f867..15adb1f1df 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -3181,10 +3181,8 @@ button_set:
case SELECTMODE: checkfor = MOUSE_VISUAL; break;
case REPLACE:
case REPLACE+LANGMAP:
-# ifdef FEAT_VREPLACE
case VREPLACE:
case VREPLACE+LANGMAP:
-# endif
case INSERT:
case INSERT+LANGMAP: checkfor = MOUSE_INSERT; break;
case ASKMORE: