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_valid |= VALID_WCOL;
 | 
			
		||||
#ifdef FEAT_PROP_POPUP
 | 
			
		||||
	curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
 | 
			
		||||
#endif
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -750,6 +750,8 @@ static char *(features[]) =
 | 
			
		||||
 | 
			
		||||
static int included_patches[] =
 | 
			
		||||
{   /* Add new patch number below this line */
 | 
			
		||||
/**/
 | 
			
		||||
    1992,
 | 
			
		||||
/**/
 | 
			
		||||
    1991,
 | 
			
		||||
/**/
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user