minor: This comment was resolved.

imgbot
Blaž Hrastnik 3 years ago
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);
// paste on the next line
// TODO: can simply take a range + modifier and compute the right pos without ifs
let text = doc.text();
let transaction =

Loading…
Cancel
Save