Skip to content

Commit

Permalink
updated for version 7.0046
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Jan 31, 2005
1 parent 77bfeb0 commit 1fead47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.c
Expand Up @@ -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
Expand Down

0 comments on commit 1fead47

Please sign in to comment.