remove partial edit from normal.rs

Keith Simmons created

Change summary

crates/vim/src/normal.rs | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

crates/vim/src/normal.rs 🔗

@@ -1181,7 +1181,4 @@ mod test {
             fox jumps|jumps over
             the lazy dog"});
     }
-    
-    #[gpui::test]
-    async fn test_
 }