To: vim_dev@googlegroups.com Subject: Patch 8.0.1828 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1828 Problem: Get no clue why :gui does not fork. Solution: Add a channel log message. Files: src/channel.c *** ../vim-8.0.1827/src/channel.c 2018-05-13 14:05:13.864772254 +0200 --- src/channel.c 2018-05-13 14:00:48.830468305 +0200 *************** *** 5144,5150 **** --- 5144,5153 ---- for (job = first_job; job != NULL; job = job->jv_next) if (job_still_useful(job)) + { + ch_log(NULL, "GUI not forking because a job is running"); return TRUE; + } return FALSE; } #endif *** ../vim-8.0.1827/src/version.c 2018-05-13 14:05:13.864772254 +0200 --- src/version.c 2018-05-13 14:39:29.791821275 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1828, /**/ -- VOICE OVER: As the horrendous Black Beast lunged forward, escape for Arthur and his knights seemed hopeless, when, suddenly ... the animator suffered a fatal heart attack. ANIMATOR: Aaaaagh! VOICE OVER: The cartoon peril was no more ... The Quest for Holy Grail could continue. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///