aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-11 01:44:38 +0000
committerBlaž Hrastnik2021-03-11 01:44:38 +0000
commit62c991230f511b2dc11f8d1701260511800429d4 (patch)
tree0cb7cc0102134a973c5f600e61bca350ad39d74d /helix-core/src/lib.rs
parent90f9cd6d6275048db664afa4139e7f2bdfaeacb0 (diff)
find-till (f) prototype, on_next_key mode implementation.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;