From eb47d6d20a47707d810360fd1684b21f67d5dec8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 3 Oct 2022 17:45:55 +0100 Subject: [PATCH] patch 9.0.0651: build fails without the +conceal feature Problem: Build fails without the +conceal feature. Solution: Rename called function. --- src/drawline.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/drawline.c b/src/drawline.c index 793d8a999..4d504e103 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 000c1e3d4..c84d309e0 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, /**/