commit | eb47d6d20a47707d810360fd1684b21f67d5dec8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:45:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:45:55 2022 +0100 |
tree | e112d22180600f133ebf1606c4b679709ada6576 | |
parent | 0466d398a550623126fba3a2a08208a798b28bda [diff] [blame] |
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 793d8a9..4d504e1 100644 --- a/src/drawline.c +++ b/src/drawline.c
@@ -3699,7 +3699,7 @@ 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;