diff options
| author | Mark Wotton <mwotton@gmail.com> | 2021-09-09 17:46:46 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 11:46:46 +0100 |
| commit | 2024884f49334e7eaf64adc425da77b773204b42 (patch) | |
| tree | f5ed33336930230d873f4a06458fb08d6c45cb70 /atuin-client/src/settings.rs | |
| parent | Update README.md (diff) | |
| download | atuin-2024884f49334e7eaf64adc425da77b773204b42.zip | |
Reordered fuzzy search (#179)
* add test demonstrating problem
* add a reordered fuzzy-search mode that presents shorter matches first,
rather than using strict chronological ordering.
* fix warnings, refactor interface to minspan slightly
Diffstat (limited to 'atuin-client/src/settings.rs')
| -rw-r--r-- | atuin-client/src/settings.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atuin-client/src/settings.rs b/atuin-client/src/settings.rs index 0cb845c3..407013f0 100644 --- a/atuin-client/src/settings.rs +++ b/atuin-client/src/settings.rs @@ -51,7 +51,6 @@ pub struct Settings { pub key_path: String, pub session_path: String, pub search_mode: SearchMode, - // This is automatically loaded when settings is created. Do not set in // config! Keep secrets and settings apart. pub session_token: String, |
