summaryrefslogtreecommitdiffstats
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, 2 insertions, 5 deletions
diff --git a/src/feature.h b/src/feature.h
index e2166a135b..89d6caef40 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -102,10 +102,8 @@
/*
* +cmdhist Command line history.
+ * Now always included.
*/
-#ifdef FEAT_SMALL
-# define FEAT_CMDHIST
-#endif
/*
* Message history is fixed at 200 message, 20 for the tiny version.
@@ -123,8 +121,7 @@
# define FEAT_JUMPLIST
#endif
-/* the cmdline-window requires FEAT_CMDHIST */
-#if defined(FEAT_CMDHIST)
+#if defined(FEAT_SMALL)
# define FEAT_CMDWIN
#endif