commit | 5db7eec42337f0eecdc332f582eecf37278044e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 16:33:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 16:33:18 2018 +0200 |
tree | 84cf02384db29881a0a035e7858229294797163d | |
parent | 02ab97709d5c56fb7fe42e134bb9fc54f76a1f9f [diff] [blame] |
patch 8.1.0243: using :term ++close ++hidden closes a window Problem: Using :term ++close ++hidden closes a window. (Marcin Szamotulski) Solution: Don't close the window if only using it temporarily for unloading the terminal buffer. (closes #3287)
diff --git a/src/version.c b/src/version.c index 5a263a9..46125c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 243, +/**/ 242, /**/ 241,