aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
authorKirawi2021-08-25 01:04:05 +0000
committerGitHub2021-08-25 01:04:05 +0000
commitb99db7c6875f74a15dcfb0cfdb3334c837d4aab1 (patch)
tree38656c3884fc7e49234af6daf826a7fb70748b9d /helix-core/src/lib.rs
parentbf5b9a9f354135933d7970863cf81e5a36585d03 (diff)
Move path util functions from helix-term to helix-core (#650)
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 2823959f..be01c302 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -11,6 +11,7 @@ pub mod macros;
pub mod match_brackets;
pub mod movement;
pub mod object;
+pub mod path;
mod position;
pub mod register;
pub mod search;