1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-06-16 18:47:20 +01:00
parent a272624c76
commit c72e31dfcc
4 changed files with 22 additions and 1 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5113,
/**/
5112,
/**/