File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757#define PV_AI OPT_BUF(BV_AI)
5858#define PV_AR OPT_BOTH(OPT_BUF(BV_AR))
5959#define PV_BKC OPT_BOTH(OPT_BUF(BV_BKC))
60+ #define PV_BH OPT_BUF(BV_BH)
61+ #define PV_BT OPT_BUF(BV_BT)
6062#ifdef FEAT_QUICKFIX
61- # define PV_BH OPT_BUF(BV_BH)
62- # define PV_BT OPT_BUF(BV_BT)
6363# define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM))
6464# define PV_GP OPT_BOTH(OPT_BUF(BV_GP))
6565# define PV_MP OPT_BOTH(OPT_BUF(BV_MP))
Original file line number Diff line number Diff line change @@ -988,12 +988,10 @@ enum
988988{
989989 BV_AI = 0
990990 , BV_AR
991- #ifdef FEAT_QUICKFIX
992991 , BV_BH
993- #endif
994992 , BV_BKC
995- #ifdef FEAT_QUICKFIX
996993 , BV_BT
994+ #ifdef FEAT_QUICKFIX
997995 , BV_EFM
998996 , BV_GP
999997 , BV_MP
Original file line number Diff line number Diff line change @@ -769,6 +769,8 @@ static char *(features[]) =
769769
770770static int included_patches [] =
771771{ /* Add new patch number below this line */
772+ /**/
773+ 765 ,
772774/**/
773775 764 ,
774776/**/
You can’t perform that action at this time.
0 commit comments