commit | 2e6638d5f03ae183999c726ba63e528d556342c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 21:07:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 21:07:18 2020 +0100 |
tree | e077d43701db19bc3bf4660d9b12c6304e031d58 | |
parent | 7077892a7918845a00ce8d7833b43cc6cbed2081 [diff] [blame] |
patch 8.2.0214: a popup window with a terminal can be made hidden Problem: A popup window with a terminal can be made hidden. Solution: Disallow hiding a terminal popup.
diff --git a/src/version.c b/src/version.c index e1a2e98..97584e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 214, +/**/ 213, /**/ 212,