Finished refactoring out fs and rope
This commit is contained in:
parent
0a8e2f6bb0
commit
0beb97547e
58 changed files with 328 additions and 223 deletions
|
@ -1,5 +1,7 @@
|
|||
use crate::Anchor;
|
||||
use crate::{rope::TextDimension, BufferSnapshot};
|
||||
use rope::TextDimension;
|
||||
|
||||
use crate::{Anchor, BufferSnapshot};
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::ops::Range;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue