Merge #8001 from justinmk/vimpatches

This commit is contained in:
Justin M. Keyes
2018-02-12 02:59:29 +01:00
committed by GitHub
36 changed files with 1646 additions and 278 deletions

View File

@@ -2858,7 +2858,7 @@ close_others (
if (bufIsChanged(wp->w_buffer))
continue;
}
win_close(wp, !P_HID(wp->w_buffer) && !bufIsChanged(wp->w_buffer));
win_close(wp, !buf_hide(wp->w_buffer) && !bufIsChanged(wp->w_buffer));
}
if (message && !ONE_WINDOW)