0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.0.0037: build error

Problem:    Build error.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar 2022-07-04 17:46:22 +01:00
parent 96ba25ac01
commit 510f03738d
2 changed files with 4 additions and 2 deletions

View File

@ -3775,7 +3775,7 @@ update_system_term(term_T *term)
else
pos.col = 0;
screen_line(term->tl_toprow + pos.row, 0, pos.col, Columns, 0);
screen_line(curwin, term->tl_toprow + pos.row, 0, pos.col, Columns, 0);
}
term->tl_dirty_row_start = MAX_ROW;
@ -3894,7 +3894,7 @@ term_update_window(win_T *wp)
else
pos.col = 0;
screen_line(wp->w_winrow + pos.row
screen_line(wp, wp->w_winrow + pos.row
#ifdef FEAT_MENU
+ winbar_height(wp)
#endif

View File

@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
37,
/**/
36,
/**/