commit | dab17a0689a2f31f69f428975f84b0c3c7ba3030 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 21:35:59 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 21:35:59 2021 +0000 |
tree | 6ab3b3865878fc6de89d4f2654d71b00c5fed833 | |
parent | 39713d3acbfb6673775158a0171c7389c07f25df [diff] [blame] |
patch 8.2.3862: crash on exit with EXITFREE and using win_execute() Problem: Crash on exit with EXITFREE and using win_execute(). Solution: Also save and restore tp_topframe. (issue #9374)
diff --git a/src/version.c b/src/version.c index 022c161..bca9382 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3862, +/**/ 3861, /**/ 3860,