Update movement.rs

pull/13738/head
leopardracer 2025-06-10 21:49:07 +03:00 committed by GitHub
parent ab97585b69
commit a0e781efa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ pub fn move_vertically_visual(
Direction::Backward => -(count as isize),
};
// Compute visual offset relative to block start to avoid trasversing the block twice
// Compute visual offset relative to block start to avoid traversing the block twice
row_off += visual_pos.row as isize;
let (mut new_pos, virtual_rows) = char_idx_at_visual_offset(
slice,