mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1992: build fails with small features
Problem: Build fails with small features. Solution: Add #ifdef.
This commit is contained in:
@@ -868,7 +868,9 @@ validate_cursor_col(void)
|
|||||||
curwin->w_wcol = col;
|
curwin->w_wcol = col;
|
||||||
|
|
||||||
curwin->w_valid |= VALID_WCOL;
|
curwin->w_valid |= VALID_WCOL;
|
||||||
|
#ifdef FEAT_PROP_POPUP
|
||||||
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
|
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
1992,
|
||||||
/**/
|
/**/
|
||||||
1991,
|
1991,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user