From 48330ddb5f36a1c5f44a636525089a019ce4439d Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sat, 19 Sep 2020 23:16:00 +0900 Subject: Command needs access to view information for certain changes. --- helix-term/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term/src/main.rs') diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 66ed5d2d..aca04641 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -1,6 +1,8 @@ #![allow(unused)] #[macro_use] mod macros; + +mod commands; mod editor; mod keymap; mod theme; -- cgit v1.2.3-70-g09d2