From: Bram Moolenaar Date: Wed, 4 Sep 2019 09:51:17 +0000 (+0200) Subject: patch 8.1.1973: cannot build without the quickfix feature X-Git-Tag: v8.1.1973 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61c18652c9374a60ad5ed07a5644217b921c1596;p=vim patch 8.1.1973: cannot build without the quickfix feature Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T. --- diff --git a/src/structs.h b/src/structs.h index e599550a1..ce618b903 100644 --- a/src/structs.h +++ b/src/structs.h @@ -2061,9 +2061,7 @@ typedef struct # define B_SPELL(buf) (0) #endif -#ifdef FEAT_QUICKFIX typedef struct qf_info_S qf_info_T; -#endif #ifdef FEAT_PROFILE /* diff --git a/src/version.c b/src/version.c index 321da5103..c9860acec 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1973, /**/ 1972, /**/