commit | 151f656e171f6ffbb0cbeb343cbcf2ffac0c36b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 07 21:19:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 07 21:19:38 2016 +0100 |
tree | 9d0094ba079f1444440420cacfa54023620d42cf | |
parent | 47cff3a444be7e99bae52b39b2174c22d58d2f86 [diff] [blame] |
patch 7.4.1509 Problem: Keeping both a variable for a job and the channel it refers to is a hassle. Solution: Allow passing the job where a channel is expected. (Damien)
diff --git a/src/version.c b/src/version.c index c4012e2..417a0e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1509, +/**/ 1508, /**/ 1507,