From 58c5fec592a825bed0b829cd0f46030c09cb0a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Thu, 8 Apr 2021 14:25:04 +0900 Subject: [PATCH] minor: This comment was resolved. --- helix-term/src/commands.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index d84103528..43dd55b12 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 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 =