commit | 65edff8f51e9e54f85407bdb9156ae8e3e1b76a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 16:40:11 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 16:40:11 2016 +0100 |
tree | 6982c12c67d2e65ed987df609968f647585d18eb | |
parent | 08298fa1d3e32c2af476582792fc4f70cd57a59a [diff] [blame] |
patch 7.4.1378 Problem: Can't change job settings after it started. Solution: Add job_setoptions() with the "stoponexit" flag.
diff --git a/src/version.c b/src/version.c index 44f80f3..748371f 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1378, +/**/ 1377, /**/ 1376,