Fix remaining vim failures

This commit is contained in:
Nathan Sobo 2023-04-20 15:25:11 -06:00
parent 137d9384b5
commit 0bce80b6f8
10 changed files with 331 additions and 313 deletions

View file

@ -434,19 +434,20 @@ mod test {
use crate::test::{ExemptionFeatures, NeovimBackedTestContext};
const WORD_LOCATIONS: &'static str = indoc! {"
The quick ˇbrowˇnˇ
The quick ˇbrowˇnˇ
fox ˇjuˇmpsˇ over
the lazy dogˇ
the lazy dogˇ
ˇ
ˇ
ˇ
Thˇeˇ-ˇquˇickˇ ˇbrownˇ
ˇ
ˇ
Thˇeˇ-ˇquˇickˇ ˇbrownˇ
ˇ
ˇ
ˇ fox-jumpˇs over
the lazy dogˇ
the lazy dogˇ
ˇ
"};
"
};
#[gpui::test]
async fn test_change_word_object(cx: &mut gpui::TestAppContext) {