From 4996f1b4d380000bb2918b7f4a0dd8d6e06474f9 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 14 Oct 2020 12:09:55 +0900 Subject: Move insert mode commands to a separate namespace. --- helix-term/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src') diff --git a/helix-term/src/editor.rs b/helix-term/src/editor.rs index 134dee50..3ebe5971 100644 --- a/helix-term/src/editor.rs +++ b/helix-term/src/editor.rs @@ -330,7 +330,7 @@ impl Editor { .. } = event { - commands::insert_char(view, c); + commands::insert::insert_char(view, c); } view.ensure_cursor_in_view(); -- cgit v1.2.3-70-g09d2