0
0
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:
Bram Moolenaar
2020-11-15 21:11:18 +01:00
parent ca359cbedd
commit 4792a679f9
2 changed files with 4 additions and 0 deletions

View File

@@ -868,7 +868,9 @@ validate_cursor_col(void)
curwin->w_wcol = col;
curwin->w_valid |= VALID_WCOL;
#ifdef FEAT_PROP_POPUP
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
#endif
}
}

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1992,
/**/
1991,
/**/