commit | cee52204ca030ce7814844e4dab8b4ed897ba3cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 11 14:19:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 11 14:19:58 2020 +0100 |
tree | ecaed340ef62e0b346a7592cc5876f31e1b77f14 | |
parent | e49b4bb89505fad28cf89f0891aef3e2d397919e [diff] [blame] |
patch 8.2.0371: crash with combination of terminal popup and autocmd Problem: Crash with combination of terminal popup and autocmd. Solution: Disallow closing a popup that is the current window. Add a check that the current buffer is valid. (closes #5754)
diff --git a/src/version.c b/src/version.c index 34eb68f..eb76880 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 371, +/**/ 370, /**/ 369,