commit | 326c5d36e7cb8526330565109c17b4a13ff790ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 13:05:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 13:05:49 2022 +0100 |
tree | 58ae0580aa13a128387b13ac06e24d52b4d073fa | |
parent | e38fc86180fd3f6b372648eea6adc3f623fea302 [diff] [blame] |
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)
diff --git a/src/change.c b/src/change.c index a9a9e73..42d4550 100644 --- a/src/change.c +++ b/src/change.c
@@ -801,6 +801,7 @@ /* * Marks the area to be redrawn after a change. + * Consider also calling changed_line_display_buf(). */ void changed_lines_buf(