diff --git a/src/buffer.c b/src/buffer.c index 187a8a6482..869150006f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1853,7 +1853,9 @@ curbuf_reusable(void) && curbuf->b_ffname == NULL && curbuf->b_nwindows <= 1 && (curbuf->b_ml.ml_mfp == NULL || BUFEMPTY()) +#if defined(FEAT_QUICKFIX) && !bt_quickfix(curbuf) +#endif && !curbufIsChanged()); } diff --git a/src/version.c b/src/version.c index 4ffd63b980..0107b82318 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1135, /**/ 1134, /**/