From 62c991230f511b2dc11f8d1701260511800429d4 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 11 Mar 2021 10:44:38 +0900 Subject: find-till (f) prototype, on_next_key mode implementation. --- helix-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src/lib.rs') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 7b401557..89b82c4e 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -8,6 +8,7 @@ pub mod macros; pub mod object; mod position; pub mod register; +pub mod search; pub mod selection; pub mod state; pub mod syntax; -- cgit v1.2.3-70-g09d2