]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0037: build error v9.0.0037
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 16:46:22 +0000 (17:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 16:46:22 +0000 (17:46 +0100)
Problem:    Build error.
Solution:   Add missing change.

src/terminal.c
src/version.c

index 451d59c4d051956d54f1701e20fc8962a8693159..f1536e2bdcec914fcbfe73ee5d7c651f19ca3e74 100644 (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
index 95367ed9344170b7d73518aaab10e76ec8b273db..81305060b99ca71a24205bfa5a86698d7d398109 100644 (file)
@@ -735,6 +735,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    37,
 /**/
     36,
 /**/