From 1f0bfe561737cd445532f20d7607a81d1dadddee Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 29 Jul 2018 16:09:22 +0200 Subject: 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. --- src/feature.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index 762a70cee7..efe349d54f 100644 --- a/src/feature.h +++ b/src/feature.h @@ -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. */ -- cgit v1.2.3