comparison src/version.c @ 12479:65c7769ef6d1 v8.0.1119

patch 8.0.1119: quitting a split terminal window kills the job commit https://github.com/vim/vim/commit/8adb0d03ca2694922da915356d7ede05e31c5a5c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 19:08:02 2017 +0200 patch 8.0.1119: quitting a split terminal window kills the job Problem: Quitting a split terminal window kills the job. (Yasuhiro Matsumoto) Solution: Only stop terminal job if it is the last window.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2017 19:15:05 +0200
parents 68d7bc045dbe
children bcd9b3e4a5c8
comparison
equal deleted inserted replaced
12478:5ffb6c77b07a 12479:65c7769ef6d1
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1119,
764 /**/ 766 /**/
765 1118, 767 1118,
766 /**/ 768 /**/
767 1117, 769 1117,
768 /**/ 770 /**/