diff options
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r-- | helix-view/src/editor.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index f74bbb13..b2408eb9 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -16,6 +16,7 @@ pub struct Editor { pub executor: &'static smol::Executor<'static>, } +#[derive(Copy, Clone)] pub enum Action { Replace, HorizontalSplit, |