Use effectively unlimited history size if not set (#5587)

Fixes #5586
This commit is contained in:
Stefan Holderbach 2022-05-19 19:42:41 +02:00 committed by GitHub
parent 0ea7a38c21
commit 8fdc272bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ impl Default for Config {
partial_completions: true,
completion_algorithm: "prefix".into(),
edit_mode: "emacs".into(),
max_history_size: 1000,
max_history_size: i64::MAX,
sync_history_on_enter: true,
log_level: String::new(),
keybindings: Vec::new(),