From 16828d322a13be5b6f9adb680742cdc2570fbf17 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 15 Oct 2020 23:31:37 +0900 Subject: wip --- helix-view/src/commands.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-view/src/commands.rs') diff --git a/helix-view/src/commands.rs b/helix-view/src/commands.rs index 542c28ee..09c6b2fc 100644 --- a/helix-view/src/commands.rs +++ b/helix-view/src/commands.rs @@ -349,6 +349,7 @@ pub fn open_below(view: &mut View, _count: usize) { }) .collect(); + // TODO: use same logic as insert_newline for indentation let changes = positions.iter().copied().map(|index| // generate changes (index, index, Some(Tendril::from_char('\n')))); -- cgit v1.2.3-70-g09d2