fix compilation

This commit is contained in:
Blaž Hrastnik 2021-10-05 22:35:38 +09:00
parent 66f26e82ce
commit 8ca91891d1

View file

@ -256,7 +256,7 @@ pub fn handle_idle_timeout(&mut self) {
// 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,