summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
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 f1a3a4a39..ca81d8972 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -254,13 +254,6 @@
#endif
/*
- * +ex_extra ":retab", ":right", ":left", ":center", ":normal".
- */
-#if defined(FEAT_NORMAL) || defined(FEAT_CHANNEL)
-# define FEAT_EX_EXTRA
-#endif
-
-/*
* +extra_search 'hlsearch' and 'incsearch' options.
*/
#ifdef FEAT_NORMAL