commit | c72e31dfcc013ae840cd7f8899f2430b7f6812c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 18:47:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 18:47:20 2022 +0100 |
tree | 9c8aed4f3e53e7b224ad3849c55052ea744b11bd | |
parent | a272624c763fea9f98510bbc5b1f2b65a309c765 [diff] [blame] |
patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras) Solution: Delete the timer befor forking. (closes #10584)
diff --git a/src/version.c b/src/version.c index 66b03c3..bfa9c5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5113, +/**/ 5112, /**/ 5111,