commit | d502aa4c10771ec8eb570345ec5e124c4a4b7cd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 01:04:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 01:04:32 2020 +0200 |
tree | 130bc8dd333f4c229a120328999adc47c33c964c | |
parent | 06f0853cb0b10364b22e5607fdecd35b3936e9ea [diff] [blame] |
patch 8.2.0746: popup_clear() hangs when a popup can't be closed Problem: popup_clear() hangs when a popup can't be closed. Solution: Bail out when a popup can't be closed.
diff --git a/src/version.c b/src/version.c index aa88847..37548b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 746, +/**/ 745, /**/ 744,