comparison src/version.c @ 8170:a0ffb1f3dedc v7.4.1378

commit https://github.com/vim/vim/commit/65edff8f51e9e54f85407bdb9156ae8e3e1b76a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 21 16:40:11 2016 +0100 patch 7.4.1378 Problem: Can't change job settings after it started. Solution: Add job_setoptions() with the "stoponexit" flag.
author Christian Brabandt <cb@256bit.org>
date Sun, 21 Feb 2016 16:45:05 +0100
parents 454a30a7590e
children db5c79d93eee
comparison
equal deleted inserted replaced
8169:bf0ad2820b48 8170:a0ffb1f3dedc
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 1378,
750 /**/ 752 /**/
751 1377, 753 1377,
752 /**/ 754 /**/
753 1376, 755 1376,
754 /**/ 756 /**/