mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00: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:
@ -3699,7 +3699,7 @@ win_line(
|
|||||||
wlv.col -= wlv.boguscols;
|
wlv.col -= wlv.boguscols;
|
||||||
wlv.boguscols = 0;
|
wlv.boguscols = 0;
|
||||||
#else
|
#else
|
||||||
screen_line(wp, &wlv, FALSE);
|
wlv_screen_line(wp, &wlv, FALSE);
|
||||||
#endif
|
#endif
|
||||||
++wlv.row;
|
++wlv.row;
|
||||||
++wlv.screen_row;
|
++wlv.screen_row;
|
||||||
|
@ -699,6 +699,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
651,
|
||||||
/**/
|
/**/
|
||||||
650,
|
650,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user