comparison src/proto/move.pro @ 23306:90ea5037a7e3 v8.2.2198

patch 8.2.2198: ml_get error when resizing window and using text property Commit: https://github.com/vim/vim/commit/23999d799cfe844b604f193183f8f84052c8e746 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 23 14:36:00 2020 +0100 patch 8.2.2198: ml_get error when resizing window and using text property Problem: ml_get error when resizing window and using text property. Solution: Validate botline of the right window. (closes https://github.com/vim/vim/issues/7528)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 14:45:04 +0100
parents fb2d26bc8ca1
children f04a3ec65e2d
comparison
equal deleted inserted replaced
23305:fab58304f77d 23306:90ea5037a7e3
11 void changed_cline_bef_curs(void); 11 void changed_cline_bef_curs(void);
12 void changed_cline_bef_curs_win(win_T *wp); 12 void changed_cline_bef_curs_win(win_T *wp);
13 void changed_line_abv_curs(void); 13 void changed_line_abv_curs(void);
14 void changed_line_abv_curs_win(win_T *wp); 14 void changed_line_abv_curs_win(win_T *wp);
15 void validate_botline(void); 15 void validate_botline(void);
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);
19 int cursor_valid(void); 20 int cursor_valid(void);
20 void validate_cursor(void); 21 void validate_cursor(void);