aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index d2be266c..1b8ae1eb 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -350,7 +350,7 @@ mod test {
assert_eq!(
coords_at_pos(
&slice,
- move_vertically(&slice, Direction::Forward, range, 1).head
+ move_vertically(&slice, Direction::Forward, range, 1, false).head
),
(1, 2).into()
);