mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
This reverts commit 0371d0f7af
.
> 'bufhidden' option exists. I don't think we should assume autoclosing
windows are fine just because 'hidden' is set.
This commit is contained in:
@@ -220,7 +220,7 @@ void ex_helpclose(exarg_T *eap)
|
||||
{
|
||||
FOR_ALL_WINDOWS_IN_TAB(win, curtab) {
|
||||
if (bt_help(win->w_buffer)) {
|
||||
win_close(win, false);
|
||||
win_close(win, false, eap->forceit);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user