]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.315 v7.3.315
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 17:04:39 +0000 (19:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 17:04:39 +0000 (19:04 +0200)
commit7f78bd73d6dd536a66cd58b8d25e7d6f142879d6
treea2177f0b59f46dee6c28b31ef1da2a168005cf4f
parent52f83179267c7c61cbad474abf7e71d055f0710f
updated for version 7.3.315
Problem:    Opening a window before forking causes problems for GTK.
Solution:   Fork first, create the window in the child and report back to the
            parent process whether it worked.  If successful the parent exits,
            if unsuccessful the child exits and the parent continues in the
            terminal. (Tim Starling)
src/gui.c
src/version.c