fix compilation
This commit is contained in:
parent
66f26e82ce
commit
8ca91891d1
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ impl Application {
|
||||||
// TODO: if completion window was closed with enter (and no selection) we shouldn't retrigger
|
// TODO: if completion window was closed with enter (and no selection) we shouldn't retrigger
|
||||||
|
|
||||||
let mut cx = Context {
|
let mut cx = Context {
|
||||||
selected_register: helix_view::RegisterSelection::default(),
|
register: None,
|
||||||
editor: &mut self.editor,
|
editor: &mut self.editor,
|
||||||
jobs: &mut self.jobs,
|
jobs: &mut self.jobs,
|
||||||
count: None,
|
count: None,
|
||||||
|
|
Loading…
Reference in a new issue