mirror of https://github.com/helix-editor/helix
minor: This comment was resolved.
parent
b1290ee609
commit
58c5fec592
|
@ -1427,8 +1427,6 @@ fn _paste(doc: &mut Document, view: &View, action: Paste) -> Option<Transaction>
|
||||||
|
|
||||||
let mut values = values.into_iter().map(Tendril::from).chain(repeat);
|
let mut values = values.into_iter().map(Tendril::from).chain(repeat);
|
||||||
|
|
||||||
// paste on the next line
|
|
||||||
// TODO: can simply take a range + modifier and compute the right pos without ifs
|
|
||||||
let text = doc.text();
|
let text = doc.text();
|
||||||
|
|
||||||
let transaction =
|
let transaction =
|
||||||
|
|
Loading…
Reference in New Issue