commit | 7df915d113ac1981792c50e8b000c9f5f784b78b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 17:25:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 17:25:32 2016 +0100 |
tree | 873425f52305ca284850d34727534542cf8bc8e9 | |
parent | c0514bf4777a1d55f5785b3887c5686fd0bbe870 [diff] [blame] |
patch 8.0.0087 Problem: When the channel callback gets job info the job may already have been deleted. (lifepillar) Solution: Do not delete the job when the channel is still useful. (ichizok, closes #1242, closes #1245)
diff --git a/src/version.c b/src/version.c index b1bf796..074c7eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 87, +/**/ 86, /**/ 85,