This commit is contained in:
Justin M. Keyes
2017-03-21 11:02:29 +01:00
parent b0e34497b3
commit 53ccd07fa1
3 changed files with 15 additions and 12 deletions

View File

@@ -4518,8 +4518,8 @@ void ex_buffer_all(exarg_T *eap)
? wp->w_height + wp->w_status_height < Rows - p_ch
- tabline_height()
: wp->w_width != Columns)
|| (had_tab > 0 && wp != firstwin)
) && firstwin != lastwin
|| (had_tab > 0 && wp != firstwin))
&& firstwin != lastwin
&& !(wp->w_closing || wp->w_buffer->b_locked > 0)
) {
win_close(wp, FALSE);