mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-09 03:57:39 +00:00
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 {
|
||||
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");
|
||||
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");
|
||||
self.sync_vim_settings(cx);
|
||||
popped_operator
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue