comparison src/version.c @ 7999:92ad477c6ab3 v7.4.1294

commit https://github.com/vim/vim/commit/7280140c08799f683ef31a6c1019e283c3dc13aa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 9 11:37:50 2016 +0100 patch 7.4.1294 Problem: job_stop() only kills the started process. Solution: Send the signal to the process group. (Olaf Dabrunz)
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Feb 2016 11:45:05 +0100
parents c1c9ab17e197
children e5dbeb923ce6
comparison
equal deleted inserted replaced
7998:41192ec68349 7999:92ad477c6ab3
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1294,
750 /**/ 752 /**/
751 1293, 753 1293,
752 /**/ 754 /**/
753 1292, 755 1292,
754 /**/ 756 /**/