diff 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
line wrap: on
line diff
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -13,6 +13,7 @@ void changed_cline_bef_curs_win(win_T *w
 void changed_line_abv_curs(void);
 void changed_line_abv_curs_win(win_T *wp);
 void validate_botline(void);
+void validate_botline_win(win_T *wp);
 void invalidate_botline(void);
 void invalidate_botline_win(win_T *wp);
 void approximate_botline_win(win_T *wp);