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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.