commit | ee1cffc07a42441924c5353af7fd7ab6e97e5aae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:14:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:14:41 2016 +0100 |
tree | f3d7bf205c1d93a2844352237ced27046d468a60 | |
parent | b7522a2f0ca6c970df37241c9e70024465d8596b [diff] [blame] |
patch 7.4.1380 Problem: The job exit callback is not implemented. Solution: Add the "exit-cb" option.
diff --git a/src/version.c b/src/version.c index b5f4825..b615354 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1380, +/**/ 1379, /**/ 1378,