diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/feature.h b/src/feature.h index e2166a135..89d6caef4 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 |