Add text manipulation facilities to Rope
for test purposes
This commit is contained in:
parent
fe786f3366
commit
4e32fabfdc
3 changed files with 19 additions and 6 deletions
|
@ -439,7 +439,7 @@ impl Buffer {
|
|||
uri,
|
||||
Default::default(),
|
||||
snapshot.version as i32,
|
||||
snapshot.buffer_snapshot.text().into(),
|
||||
snapshot.buffer_snapshot.text().to_string(),
|
||||
),
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue