]> granicus.if.org Git - vim/commit
patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors v8.2.5113
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 17:47:20 +0000 (18:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 17:47:20 +0000 (18:47 +0100)
commitc72e31dfcc013ae840cd7f8899f2430b7f6812c9
tree9c8aed4f3e53e7b224ad3849c55052ea744b11bd
parenta272624c763fea9f98510bbc5b1f2b65a309c765
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)
src/gui.c
src/os_unix.c
src/proto/os_unix.pro
src/version.c