updated for version 7.0046

This commit is contained in:
Bram Moolenaar
2005-01-31 18:57:18 +00:00
parent 5b625c53a5
commit 929224039f

View File

@ -4775,7 +4775,7 @@ only_one_window()
win_T *wp;
for (wp = firstwin; wp != NULL; wp = wp->w_next)
if (!(wp->w_buffer->b_help
if (!((wp->w_buffer->b_help && !curbuf->b_help)
# ifdef FEAT_QUICKFIX
|| wp->w_p_pvw
# endif