vim: Fix e/E with inlay hints (#11616)

Co-Authored-By: Sergey <sergey.b@hey.com>
Fixes: #7046

Release Notes:

- vim: Fixes e/E with inlay hints (#7046)

Co-authored-by: Sergey <sergey.b@hey.com>
This commit is contained in:
Conrad Irwin 2024-05-09 13:45:45 -06:00 committed by GitHub
parent f0af508ae5
commit 8b5a0cff10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -1094,7 +1094,7 @@ pub(crate) fn next_char(
*new_point.row_mut() += 1;
*new_point.column_mut() = 0;
}
new_point
map.clip_ignoring_line_ends(new_point, Bias::Right)
}
pub(crate) fn next_word_start(