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