diff options
author | Blaž Hrastnik | 2021-04-08 05:25:04 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-08 05:25:04 +0000 |
commit | 58c5fec592a825bed0b829cd0f46030c09cb0a11 (patch) | |
tree | 64139222cabadf1545df7857e40700eb24fb7c29 /helix-term/src | |
parent | b1290ee60933434574fe491b08e3f57a69422bff (diff) |
minor: This comment was resolved.
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
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 = |