aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-08 05:25:04 +0000
committerBlaž Hrastnik2021-04-08 05:25:04 +0000
commit58c5fec592a825bed0b829cd0f46030c09cb0a11 (patch)
tree64139222cabadf1545df7857e40700eb24fb7c29
parentb1290ee60933434574fe491b08e3f57a69422bff (diff)
minor: This comment was resolved.
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index d8410352..43dd55b1 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -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 =