]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options v8.0.1052
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Sep 2017 18:59:40 +0000 (20:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Sep 2017 18:59:40 +0000 (20:59 +0200)
commite88fc7a574263fd399c6815378bcd8fd228d8b54
tree1a4c785391dd324a05ad0c9cd81e42a461f10e5e
parent9d654a8d8cd3421307445f111785fb303a38c2a0
patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options

Problem:    term_start() does not allow in_io, out_io and err_io options.
Solution:   Add JO_OUT_IO to get_job_options().
src/terminal.c
src/testdir/test_terminal.vim
src/version.c