comparison 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
comparison
equal deleted inserted replaced
13695:550580b20af3 13696:3b1cfbc70b43
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1720,
765 /**/ 767 /**/
766 1719, 768 1719,
767 /**/ 769 /**/
768 1718, 770 1718,
769 /**/ 771 /**/