commit | 4e9d443a25b451e3f2de62e9eeea439aa4c3f039 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 20:54:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 20:54:07 2018 +0200 |
tree | f10f5ab6ad66c232e7679acf86863494559a390f | |
parent | 4994373c5db80f8fd57e802997ae430afa5ec9ec [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f16a4a7..5d63a3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1761, +/**/ 1760, /**/ 1759,