mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.0765: build fails with tiny features
Problem: Build fails with tiny features. Solution: Adjust #ifdef. (John Marriott)
This commit is contained in:
@@ -988,12 +988,10 @@ enum
|
||||
{
|
||||
BV_AI = 0
|
||||
, BV_AR
|
||||
#ifdef FEAT_QUICKFIX
|
||||
, BV_BH
|
||||
#endif
|
||||
, BV_BKC
|
||||
#ifdef FEAT_QUICKFIX
|
||||
, BV_BT
|
||||
#ifdef FEAT_QUICKFIX
|
||||
, BV_EFM
|
||||
, BV_GP
|
||||
, BV_MP
|
||||
|
Reference in New Issue
Block a user