patch 9.0.0651: build fails without the +conceal feature

Problem:    Build fails without the +conceal feature.
Solution:   Rename called function.
This commit is contained in:
Bram Moolenaar
2022-10-03 17:45:55 +01:00
parent 0466d398a5
commit eb47d6d20a
2 changed files with 3 additions and 1 deletions

View File

@ -3699,7 +3699,7 @@ win_line(
wlv.col -= wlv.boguscols; wlv.col -= wlv.boguscols;
wlv.boguscols = 0; wlv.boguscols = 0;
#else #else
screen_line(wp, &wlv, FALSE); wlv_screen_line(wp, &wlv, FALSE);
#endif #endif
++wlv.row; ++wlv.row;
++wlv.screen_row; ++wlv.screen_row;

View File

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