From 229bc94ac3b290f1335ec6d18f801bc5980bfc7b Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Tue, 5 Jul 2022 16:48:12 -0700 Subject: [PATCH] remove partial edit from normal.rs --- crates/vim/src/normal.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/vim/src/normal.rs b/crates/vim/src/normal.rs index 0f5aca7965..4c6dfd2d60 100644 --- a/crates/vim/src/normal.rs +++ b/crates/vim/src/normal.rs @@ -1181,7 +1181,4 @@ mod test { fox jumps|jumps over the lazy dog"}); } - - #[gpui::test] - async fn test_ }