diff src/version.c @ 15223:0e7615548cef v8.1.0621

patch 8.1.0621: terminal debugger does not handle unexpected debugger exit commit https://github.com/vim/vim/commit/ef3c6a5b023723a5f6eec47328cf7139c2048f8c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 22 15:14:49 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Dec 2018 15:15:04 +0100
parents 516a9833c5cd
children a413374825dd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    621,
+/**/
     620,
 /**/
     619,