diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-07 21:19:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-07 21:19:38 +0100 |
commit | 151f656e171f6ffbb0cbeb343cbcf2ffac0c36b0 (patch) | |
tree | 9d0094ba079f1444440420cacfa54023620d42cf /src/version.c | |
parent | 47cff3a444be7e99bae52b39b2174c22d58d2f86 (diff) | |
download | vim-151f656e171f6ffbb0cbeb343cbcf2ffac0c36b0.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c4012e265..417a0e374 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1509, +/**/ 1508, /**/ 1507, |