]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1536 v7.4.1536
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Mar 2016 21:19:44 +0000 (22:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Mar 2016 21:19:44 +0000 (22:19 +0100)
commitde27989157f35172b25f9e01e0c147ed8f6ae3ce
treeac52ee2ae7bf82a4cc85f31b1c7b6f2993348c81
parent9e496854a9fe56699687a4f86003fad115b3b375
patch 7.4.1536
Problem:    Cannot re-use a channel for another job.
Solution:   Add the "channel" option to job_start().
src/channel.c
src/eval.c
src/os_unix.c
src/os_win32.c
src/proto/channel.pro
src/structs.h
src/testdir/test_channel.vim
src/version.c