]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1509 v7.4.1509
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Mar 2016 20:19:38 +0000 (21:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Mar 2016 20:19:38 +0000 (21:19 +0100)
commit151f656e171f6ffbb0cbeb343cbcf2ffac0c36b0
tree9d0094ba079f1444440420cacfa54023620d42cf
parent47cff3a444be7e99bae52b39b2174c22d58d2f86
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)
src/eval.c
src/testdir/test_channel.vim
src/version.c