parent
39bd12a557
commit
269848775c
1 changed files with 2 additions and 2 deletions
|
@ -457,8 +457,8 @@ impl Vim {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn pop_operator(&mut self, cx: &mut WindowContext) -> Operator {
|
fn pop_operator(&mut self, cx: &mut WindowContext) -> Operator {
|
||||||
let popped_operator = self.update_state( |state| state.operator_stack.pop()
|
let popped_operator = self.update_state(|state| state.operator_stack.pop())
|
||||||
) .expect("Operator popped when no operator was on the stack. This likely means there is an invalid keymap config");
|
.expect("Operator popped when no operator was on the stack. This likely means there is an invalid keymap config");
|
||||||
self.sync_vim_settings(cx);
|
self.sync_vim_settings(cx);
|
||||||
popped_operator
|
popped_operator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue