commit | 6463ca229cb9412581419497924c85fcbfc854ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 17:04:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 17:04:46 2016 +0100 |
tree | 6c55cc23cf038e6f80ea954e670c691e72dc515a | |
parent | 00af60bbb6cc7e8ccafddb30a1964f891b800bce [diff] [blame] |
patch 7.4.1310 Problem: Jobs don't open a channel. Solution: Create pipes and add them to the channel. Add ch_logfile(). Only Unix for now.
diff --git a/src/version.c b/src/version.c index b833347..9cd54a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1310, +/**/ 1309, /**/ 1308,