From edcd477153d00944c5dae16ec3ba69e339e1450c Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sun, 19 Mar 2023 20:49:57 +0000 Subject: skim-demo (#695) * skim-demo * skim some more * Weight first word match higher (#712) * some improvements * make skim opt-in --------- Co-authored-by: Frank Hamand --- src/command/client/search.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/client/search.rs') diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 8d0e1de4..0a728cc5 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -16,6 +16,7 @@ mod cursor; mod duration; mod history_list; mod interactive; +mod skim_impl; pub use duration::{format_duration, format_duration_into}; #[allow(clippy::struct_excessive_bools)] -- cgit v1.3.1