diff --git a/crates/vim/src/normal.rs b/crates/vim/src/normal.rs index aceacefc193ec5713c741984155776b10a4cdb81..bc2fefe7f52d51435d5a271663a70a947454ae41 100644 --- a/crates/vim/src/normal.rs +++ b/crates/vim/src/normal.rs @@ -157,10 +157,13 @@ pub(crate) fn register(workspace: &mut Workspace, cx: &mut ViewContext"); + cx.assert_state(" ˇhi", Mode::Normal); + cx.simulate_keystrokes("shift-v 2 <"); + cx.assert_state(" ˇhi", Mode::Normal); +}