commit | eea32afdb83ae281a63152f7494f79ec7e45ff55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 21 14:51:13 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 21 14:51:13 2021 +0000 |
tree | 78938a8c7f2d263f1d66a3c6293ea4c9af8ef3a0 | |
parent | 7f0c4b418e01d6e056a74de2f22fcbad613b7591 [diff] [blame] |
patch 8.2.3640: freeze when calling term_wait() in a close callback Problem: Freeze when calling term_wait() in a close callback. Solution: Set a "closing" flag to tell term_wait() to return. (closes #9152)
diff --git a/src/version.c b/src/version.c index 6162d87..a83ff61 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3640, +/**/ 3639, /**/ 3638,