commit | 4882d983397057ea91c584c5a54aaccf15016d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 17:55:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 17:55:09 2020 +0100 |
tree | b793825c5fdfb96bb9ad2a1bae573026e0998e26 | |
parent | 89b693e5627715cde080c3580c7b641c9bf0c06a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2d36060..1cde8c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1905, +/**/ 1904, /**/ 1903,