summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-26 17:28:26 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-26 17:28:26 +0100
commit29ddebef4038d2d2b3bc9d8d3b0109f4046d6fbf (patch)
tree66144403e05268df8594b01d0298db4f570ed60f /src/feature.h
parent3e460fd8b72db905fbf9f01b00371384ffc415b8 (diff)
patch 8.1.0826: too many #ifdefsv8.1.0826
Problem: Too many #ifdefs. Solution: Graduate FEAT_VIRTUALEDIT. Adds about 10Kbyte to the code.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/feature.h b/src/feature.h
index e2f9e2a004..a41e79f6f2 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -199,10 +199,8 @@
/*
* +virtualedit 'virtualedit' option and its implementation
+ * Now always included.
*/
-#ifdef FEAT_NORMAL
-# define FEAT_VIRTUALEDIT
-#endif
/*
* +cmdline_info 'showcmd' and 'ruler' options.