From 58c5fec592a825bed0b829cd0f46030c09cb0a11 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 8 Apr 2021 14:25:04 +0900 Subject: minor: This comment was resolved. --- helix-term/src/commands.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'helix-term/src/commands.rs') 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 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 = -- cgit v1.2.3-70-g09d2