forked from aniani/vim
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:
@@ -11,6 +11,7 @@ void changed_cline_bef_curs(void);
|
||||
void changed_cline_bef_curs_win(win_T *wp);
|
||||
void changed_line_abv_curs(void);
|
||||
void changed_line_abv_curs_win(win_T *wp);
|
||||
void changed_line_display_buf(buf_T *buf);
|
||||
void validate_botline(void);
|
||||
void validate_botline_win(win_T *wp);
|
||||
void invalidate_botline(void);
|
||||
|
||||
Reference in New Issue
Block a user