mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0046
This commit is contained in:
@@ -4775,7 +4775,7 @@ only_one_window()
|
|||||||
win_T *wp;
|
win_T *wp;
|
||||||
|
|
||||||
for (wp = firstwin; wp != NULL; wp = wp->w_next)
|
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
|
# ifdef FEAT_QUICKFIX
|
||||||
|| wp->w_p_pvw
|
|| wp->w_p_pvw
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user