Patch 8.1.2204

9 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 23, 2019, 5:17:20 PM10/23/19
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages