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_valid |= VALID_WCOL;
|
||||
#ifdef FEAT_PROP_POPUP
|
||||
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user