1
0
forked from aniani/vim

patch 8.2.1905: the wininfo list may contain stale entries

Problem:    The wininfo list may contain stale entries.
Solution:   When closing a window remove any other entry where the window
            pointer is NULL.
This commit is contained in:
Bram Moolenaar
2020-10-25 17:55:09 +01:00
parent 89b693e562
commit 4882d98339
4 changed files with 39 additions and 8 deletions

View File

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