diff src/version.c @ 13696:3b1cfbc70b43 v8.0.1720

patch 8.0.1720: when a timer is running a terminal window may not close commit https://github.com/vim/vim/commit/802bfb14636b24d86d0ca8e0947d808b9b7c941e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 17:28:13 2018 +0200 patch 8.0.1720: when a timer is running a terminal window may not close Problem: When a timer is running a terminal window may not close after a shell has exited. Solution: Call job_status() more often.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 17:30:07 +0200
parents 7152032191d7
children 404b89cb1e2a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1720,
+/**/
     1719,
 /**/
     1718,