changeset 30632:8c0232ab725c v9.0.0651

patch 9.0.0651: build fails without the +conceal feature Commit: https://github.com/vim/vim/commit/eb47d6d20a47707d810360fd1684b21f67d5dec8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 17:45:55 2022 +0100 patch 9.0.0651: build fails without the +conceal feature Problem: Build fails without the +conceal feature. Solution: Rename called function.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 19:00:03 +0200
parents f19b866c6e25
children a7462ca00059
files src/drawline.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    651,
+/**/
     650,
 /**/
     649,