1
0
forked from aniani/vim

patch 8.2.4609: :unhide does not check for failing to close a window

Problem:    :unhide does not check for failing to close a window.
Solution:   When closing a window fails continue with the next one.  Do not
            try closing the autocmd window. (closes #9984)
This commit is contained in:
Bram Moolenaar
2022-03-22 18:13:01 +00:00
parent e7dd0fa2c6
commit 6f2465d336
5 changed files with 33 additions and 12 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4609,
/**/
4608,
/**/