0
0
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:
Bram Moolenaar
2017-07-23 22:57:00 +02:00
parent dbe948d6c3
commit 81bdd6a025
3 changed files with 5 additions and 5 deletions

View File

@@ -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