diff --git a/src/buffer.c b/src/buffer.c index cfed0f327c..f2f32e1a62 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -222,7 +222,9 @@ open_buffer( // Read the file if there is one. if (curbuf->b_ffname != NULL +#ifdef FEAT_QUICKFIX && !bt_quickfix(curbuf) +#endif && !bt_nofilename(curbuf) #ifdef FEAT_NETBEANS_INTG && netbeansReadFile diff --git a/src/version.c b/src/version.c index 867d971746..8ca27a523b 100644 --- a/src/version.c +++ b/src/version.c @@ -731,6 +731,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 262, /**/ 261, /**/