1
0
forked from aniani/vim

patch 8.1.0621: terminal debugger does not handle unexpected debugger exit

Problem:    Terminal debugger does not handle unexpected debugger exit.
Solution:   Check for debugger job ended and close unused buffers. (Damien)
This commit is contained in:
Bram Moolenaar
2018-12-22 15:14:49 +01:00
parent 3ac55c8644
commit ef3c6a5b02
2 changed files with 19 additions and 5 deletions

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
621,
/**/
620,
/**/