From 7af599e0af964d1ea9d3e454782ac5d977f1621f Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Sun, 25 Sep 2022 23:43:24 +0200 Subject: Treat space as a seperator instead of a character in fuzzy picker --- helix-term/src/ui/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src/ui/mod.rs') diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index 8ab15bff..6ac4dbb7 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -1,5 +1,6 @@ mod completion; pub(crate) mod editor; +mod fuzzy_match; mod info; pub mod lsp; mod markdown; -- cgit v1.2.3-70-g09d2