commit | 80ae880f5fed8022c69d05dd1efee49259929cb5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 19:11:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 19:11:18 2020 +0100 |
tree | c5219a960c034b06e4471c0dd383ac232b04547c | |
parent | d5aec0ced17f8f60761128bff32e54ad2d1d57ef [diff] [blame] |
patch 8.2.0327: crash when opening and closing two popup terminal windows Problem: Crash when opening and closing two popup terminal windows. Solution: Check that prevwin is valid. (closes #5707)
diff --git a/src/version.c b/src/version.c index ad27946..693a1d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 327, +/**/ 326, /**/ 325,