diff --git a/crates/vim/src/normal.rs b/crates/vim/src/normal.rs index aceacefc19..bc2fefe7f5 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); +}