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:
parent
96ba25ac01
commit
510f03738d
@ -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
|
||||
|
@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
37,
|
||||
/**/
|
||||
36,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user