From 1bda4541491bf0fc8129214bb52515a32b8d4978 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sun, 13 Jun 2021 01:00:50 +0800 Subject: Add ctrl-w for prompt --- helix-core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-core/src') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index e37175c1..79a22547 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -94,6 +94,8 @@ pub use ropey::{Rope, RopeSlice}; pub use tendril::StrTendril as Tendril; +pub use unicode_general_category::get_general_category; + #[doc(inline)] pub use {regex, tree_sitter}; -- cgit v1.2.3-70-g09d2