mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
fix: close floating windows when calling win_close()
This commit is contained in:
@@ -5856,7 +5856,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