MOAR TESTS
This commit is contained in:
parent
303189e086
commit
1e89092d62
8 changed files with 1215 additions and 1200 deletions
|
@ -140,6 +140,8 @@ pub fn observe_keystrokes(cx: &mut WindowContext) {
|
|||
if action.name().starts_with("vim::") {
|
||||
return;
|
||||
}
|
||||
} else if cx.has_pending_keystrokes() {
|
||||
return;
|
||||
}
|
||||
|
||||
Vim::update(cx, |vim, cx| match vim.active_operator() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue