commit | ccfde4d028e891a41e3548323c3d47b06fb0b83e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 19:51:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 19:51:13 2022 +0100 |
tree | 03698a6be2dbc927c232a4db9e18e68d0b558407 | |
parent | 8894761daf68220504932c8b3e75f59138cdb617 [diff] [blame] |
patch 9.0.0389: crash when 'tagfunc' closes the window Problem: Crash when 'tagfunc' closes the window. Solution: Bail out when the window was closed.
diff --git a/src/version.c b/src/version.c index d4fc4d5..b114c27 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 389, +/**/ 388, /**/ 387,