diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -564,6 +564,7 @@ init_defaults (void) defaults.history_size = 20; defaults.history_compaction = True; + defaults.history_expansion = False; defaults.frame_selectors = xstrdup (""); defaults.maxundos = 20; } |