mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -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:
parent
dbe948d6c3
commit
81bdd6a025
@ -57,9 +57,9 @@
|
|||||||
#define PV_AI OPT_BUF(BV_AI)
|
#define PV_AI OPT_BUF(BV_AI)
|
||||||
#define PV_AR OPT_BOTH(OPT_BUF(BV_AR))
|
#define PV_AR OPT_BOTH(OPT_BUF(BV_AR))
|
||||||
#define PV_BKC OPT_BOTH(OPT_BUF(BV_BKC))
|
#define PV_BKC OPT_BOTH(OPT_BUF(BV_BKC))
|
||||||
|
#define PV_BH OPT_BUF(BV_BH)
|
||||||
|
#define PV_BT OPT_BUF(BV_BT)
|
||||||
#ifdef FEAT_QUICKFIX
|
#ifdef FEAT_QUICKFIX
|
||||||
# define PV_BH OPT_BUF(BV_BH)
|
|
||||||
# define PV_BT OPT_BUF(BV_BT)
|
|
||||||
# define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM))
|
# define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM))
|
||||||
# define PV_GP OPT_BOTH(OPT_BUF(BV_GP))
|
# define PV_GP OPT_BOTH(OPT_BUF(BV_GP))
|
||||||
# define PV_MP OPT_BOTH(OPT_BUF(BV_MP))
|
# define PV_MP OPT_BOTH(OPT_BUF(BV_MP))
|
||||||
|
@ -988,12 +988,10 @@ enum
|
|||||||
{
|
{
|
||||||
BV_AI = 0
|
BV_AI = 0
|
||||||
, BV_AR
|
, BV_AR
|
||||||
#ifdef FEAT_QUICKFIX
|
|
||||||
, BV_BH
|
, BV_BH
|
||||||
#endif
|
|
||||||
, BV_BKC
|
, BV_BKC
|
||||||
#ifdef FEAT_QUICKFIX
|
|
||||||
, BV_BT
|
, BV_BT
|
||||||
|
#ifdef FEAT_QUICKFIX
|
||||||
, BV_EFM
|
, BV_EFM
|
||||||
, BV_GP
|
, BV_GP
|
||||||
, BV_MP
|
, BV_MP
|
||||||
|
@ -769,6 +769,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
765,
|
||||||
/**/
|
/**/
|
||||||
764,
|
764,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user