mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:9.0.0194: cursor displayed in wrong position after removing text prop (#22706)
Problem: Cursor displayed in wrong position after removing text prop. (Ben
Jackson)
Solution: Invalidate the cursor position. (closes vim/vim#10898)
326c5d36e7
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -446,6 +446,7 @@ void deleted_lines_mark(linenr_T lnum, long count)
|
||||
}
|
||||
|
||||
/// Marks the area to be redrawn after a change.
|
||||
/// Consider also calling changed_line_display_buf().
|
||||
///
|
||||
/// @param buf the buffer where lines were changed
|
||||
/// @param lnum first line with change
|
||||
|
Reference in New Issue
Block a user