To: vim_dev@googlegroups.com Subject: Patch 8.1.2204 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2204 Problem: Crash on exit when closing terminals. (Corey Hickey) Solution: Actually wait for the job to stop. (closes #5100) Files: src/terminal.c *** ../vim-8.1.2203/src/terminal.c 2019-10-20 21:15:07.457905609 +0200 --- src/terminal.c 2019-10-23 23:11:52.434945805 +0200 *************** *** 1494,1500 **** if (job->jv_status >= JOB_ENDED) return OK; ! ui_delay(10L, FALSE); term_flush_messages(); } return FAIL; --- 1494,1500 ---- if (job->jv_status >= JOB_ENDED) return OK; ! ui_delay(10L, TRUE); term_flush_messages(); } return FAIL; *** ../vim-8.1.2203/src/version.c 2019-10-23 22:35:31.529945619 +0200 --- src/version.c 2019-10-23 23:15:57.658104907 +0200 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2204, /**/ -- Westheimer's Discovery: A couple of months in the laboratory can frequently save a couple of hours in the library. /// 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 ///