diff options
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 893a5ae35..b3b920939 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -2818,7 +2818,7 @@ write_viminfo_barlines(vir_T *virp, FILE *fp_out) } #endif /* FEAT_VIMINFO */ -#if defined(FEAT_VIMINFO) || defined(PROTO) +#if defined(FEAT_CMDHIST) || defined(FEAT_VIMINFO) || defined(PROTO) /* * Return the current time in seconds. Calls time(), unless test_settime() * was used. |