To: vim_dev@googlegroups.com Subject: Patch 8.0.1628 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///