commit | 1dd98334d6daee8abefcd640291d4b777d9f0f96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 22:54:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 22:54:53 2018 +0100 |
tree | 7f0bfcf8f06d587200c0f5d8df496712cea50671 | |
parent | af23bad0fd05b1f6495287089387a1f97efa5b49 [diff] [blame] |
patch 8.0.1612: need to close terminal after shell stopped Problem: Need to close terminal after shell stopped. Solution: Make :terminal without argument close the window by default.
diff --git a/src/version.c b/src/version.c index 6ab5963..a588344 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1612, +/**/ 1611, /**/ 1610,