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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user