0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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.boguscols = 0;
#else
screen_line(wp, &wlv, FALSE);
wlv_screen_line(wp, &wlv, FALSE);
#endif
++wlv.row;
++wlv.screen_row;