commit | 8adb0d03ca2694922da915356d7ede05e31c5a5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 19:08:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 19:08:02 2017 +0200 |
tree | 02beb7a3d74b14f880e22000ba1586bb4961fee9 | |
parent | 4033c55eca575777718c0701e26635a0cc47d907 [diff] [blame] |
patch 8.0.1119: quitting a split terminal window kills the job Problem: Quitting a split terminal window kills the job. (Yasuhiro Matsumoto) Solution: Only stop terminal job if it is the last window.
diff --git a/src/version.c b/src/version.c index 21ecc93..893de43 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1119, +/**/ 1118, /**/ 1117,