diff options
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 48d7186f..16a0f6f6 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -46,8 +46,8 @@ impl Application { compositor.push(Box::new(ui::EditorView::new())); let mut app = Self { - editor, compositor, + editor, executor, }; |