0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2016-03-07 21:19:38 +01:00
parent 47cff3a444
commit 151f656e17
3 changed files with 20 additions and 10 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1509,
/**/
1508,
/**/