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 -- [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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201910232117.x9NLHBZj031389%40masaka.moolenaar.net.