Patch 8.0.1628
Problem: Channel log doesn't mention exiting.
Solution: Add a ch_log() call in getout().
Files: src/main.c
*** ../vim-8.0.1627/src/main.c 2018-03-14 21:19:58.740248385 +0100
--- src/main.c 2018-03-22 20:33:28.792091617 +0100
***************
*** 1389,1394 ****
--- 1389,1397 ----
win_T *wp;
exiting = TRUE;
+ #if defined(FEAT_JOB_CHANNEL)
+ ch_log(NULL, "Exiting...");
+ #endif
/* When running in Ex mode an error causes us to exit with a non-zero exit
* code. POSIX requires this, although it's not 100% clear from the
*** ../vim-8.0.1627/src/version.c 2018-03-22 20:26:46.710263836 +0100
--- src/version.c 2018-03-22 20:33:07.800205965 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1628,
/**/
--
It is hard to understand how a cemetery raised its burial
cost and blamed it on the cost of living.
/// 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.