in progress working on aborting operators on unhandled editor input

This commit is contained in:
Keith Simmons 2022-05-23 11:04:26 -07:00
parent 61f0daa5c5
commit 11569a869a
3 changed files with 21 additions and 7 deletions

View file

@ -1131,9 +1131,9 @@ mod test {
let mut cx = VimTestContext::new(cx, true).await;
cx.set_state(
indoc! {"
The quick brown
fox ju|mps over
the lazy dog"},
The quick brown
fox ju|mps over
the lazy dog"},
Mode::Normal,
);