Updated new vim tests with new rope crate
This commit is contained in:
parent
41590ef64b
commit
b1f64d9550
5 changed files with 190 additions and 82 deletions
|
@ -8,7 +8,10 @@ use async_compat::Compat;
|
|||
use async_trait::async_trait;
|
||||
#[cfg(feature = "neovim")]
|
||||
use gpui::keymap::Keystroke;
|
||||
use language::{Point, Selection};
|
||||
|
||||
use language::Selection;
|
||||
use rope::point::Point;
|
||||
|
||||
#[cfg(feature = "neovim")]
|
||||
use lazy_static::lazy_static;
|
||||
#[cfg(feature = "neovim")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue