]> granicus.if.org Git - vim/commit
patch 8.0.1761: job in terminal window with no output channel is killed v8.0.1761
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Apr 2018 18:54:07 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Apr 2018 18:54:07 +0000 (20:54 +0200)
commit4e9d443a25b451e3f2de62e9eeea439aa4c3f039
treef10f5ab6ad66c232e7679acf86863494559a390f
parent4994373c5db80f8fd57e802997ae430afa5ec9ec
patch 8.0.1761: job in terminal window with no output channel is killed

Problem:    Job in terminal window with no output channel is killed.
Solution:   Keep the job running when the input is a tty. (Ozaki Kiichi,
            closes #2734)
src/channel.c
src/os_unix.c
src/testdir/test_channel.vim
src/version.c