0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.0194: cursor displayed in wrong position after removing text prop

Problem:    Cursor displayed in wrong position after removing text prop. (Ben
            Jackson)
Solution:   Invalidate the cursor position. (closes #10898)
This commit is contained in:
Bram Moolenaar
2022-08-12 13:05:49 +01:00
parent e38fc86180
commit 326c5d36e7
8 changed files with 77 additions and 0 deletions

View File

@@ -801,6 +801,7 @@ deleted_lines_mark(linenr_T lnum, long count)
/*
* Marks the area to be redrawn after a change.
* Consider also calling changed_line_display_buf().
*/
void
changed_lines_buf(