From: Bram Moolenaar Date: Mon, 3 Oct 2022 16:45:55 +0000 (+0100) Subject: patch 9.0.0651: build fails without the +conceal feature X-Git-Tag: v9.0.0651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb47d6d20a47707d810360fd1684b21f67d5dec8;p=thirdparty%2Fvim.git patch 9.0.0651: build fails without the +conceal feature Problem: Build fails without the +conceal feature. Solution: Rename called function. --- diff --git a/src/drawline.c b/src/drawline.c index 793d8a9996..4d504e1035 100644 --- a/src/drawline.c +++ b/src/drawline.c @@ -3699,7 +3699,7 @@ win_line( wlv.col -= wlv.boguscols; wlv.boguscols = 0; #else - screen_line(wp, &wlv, FALSE); + wlv_screen_line(wp, &wlv, FALSE); #endif ++wlv.row; ++wlv.screen_row; diff --git a/src/version.c b/src/version.c index 000c1e3d47..c84d309e08 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 651, /**/ 650, /**/