diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs index 682d298a7..1ffd708e8 100644 --- a/helix-core/src/state.rs +++ b/helix-core/src/state.rs @@ -92,7 +92,7 @@ impl State { // range.to() // } // } else { - let pos = self.move_pos(range.head, dir, granularity, 1) + let pos = self.move_pos(range.head, dir, granularity, 1); // }; SelectionRange::new(pos, pos) });