mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
@@ -3695,7 +3695,12 @@ win_free (
|
||||
|
||||
if (wp != aucmd_win)
|
||||
win_remove(wp, tp);
|
||||
free(wp);
|
||||
if (autocmd_busy) {
|
||||
wp->w_next = au_pending_free_win;
|
||||
au_pending_free_win = wp;
|
||||
} else {
|
||||
free(wp);
|
||||
}
|
||||
|
||||
unblock_autocmds();
|
||||
}
|
||||
|
Reference in New Issue
Block a user