From 10d53f3ef0f519dc6b55f8a882a32ec7b1c4e4e1 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 5 Jun 2020 14:02:10 +0900 Subject: Add primitives for converting between char offset indices and coords. --- helix-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src/lib.rs') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 8675fc6f..7a0518d8 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -5,7 +5,7 @@ mod selection; mod state; mod transaction; -pub use ropey::Rope; +pub use ropey::{Rope, RopeSlice}; pub use tendril::StrTendril as Tendril; pub use buffer::Buffer; -- cgit v1.2.3-70-g09d2