comparison src/proto/move.pro @ 29708:d97b2ce26258 v9.0.0194

patch 9.0.0194: cursor displayed in wrong position after removing text prop Commit: https://github.com/vim/vim/commit/326c5d36e7cb8526330565109c17b4a13ff790ae Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 13:05:49 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Aug 2022 14:15:04 +0200
parents 9f25e0ed831d
children 914b3c64ab92
comparison
equal deleted inserted replaced
29707:325f7101453d 29708:d97b2ce26258
9 void set_topline(win_T *wp, linenr_T lnum); 9 void set_topline(win_T *wp, linenr_T lnum);
10 void changed_cline_bef_curs(void); 10 void changed_cline_bef_curs(void);
11 void changed_cline_bef_curs_win(win_T *wp); 11 void changed_cline_bef_curs_win(win_T *wp);
12 void changed_line_abv_curs(void); 12 void changed_line_abv_curs(void);
13 void changed_line_abv_curs_win(win_T *wp); 13 void changed_line_abv_curs_win(win_T *wp);
14 void changed_line_display_buf(buf_T *buf);
14 void validate_botline(void); 15 void validate_botline(void);
15 void validate_botline_win(win_T *wp); 16 void validate_botline_win(win_T *wp);
16 void invalidate_botline(void); 17 void invalidate_botline(void);
17 void invalidate_botline_win(win_T *wp); 18 void invalidate_botline_win(win_T *wp);
18 void approximate_botline_win(win_T *wp); 19 void approximate_botline_win(win_T *wp);