summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-21 14:51:13 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-21 14:51:13 +0000
commiteea32afdb83ae281a63152f7494f79ec7e45ff55 (patch)
tree78938a8c7f2d263f1d66a3c6293ea4c9af8ef3a0 /src/version.c
parent7f0c4b418e01d6e056a74de2f22fcbad613b7591 (diff)
patch 8.2.3640: freeze when calling term_wait() in a close callbackv8.2.3640
Problem: Freeze when calling term_wait() in a close callback. Solution: Set a "closing" flag to tell term_wait() to return. (closes #9152)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6162d871d0..a83ff61bca 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3640,
+/**/
3639,
/**/
3638,