diff options
author | Blaž Hrastnik | 2021-10-05 13:35:38 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-05 13:35:38 +0000 |
commit | 8ca91891d1f8f6df8073a4cc4af4132f8c6695ce (patch) | |
tree | 3dbc8811ab3be4a60e339cbbb683bc7974ca53ff | |
parent | 66f26e82ceaf4b81dfeb429dcb840a3242e8f254 (diff) |
fix compilation
-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 79921268..8019b839 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -256,7 +256,7 @@ impl Application { // TODO: if completion window was closed with enter (and no selection) we shouldn't retrigger let mut cx = Context { - selected_register: helix_view::RegisterSelection::default(), + register: None, editor: &mut self.editor, jobs: &mut self.jobs, count: None, |