1
0
forked from aniani/vim

patch 8.2.2040: terminal buffer disappears even when 'bufhidden' is "hide"

Problem:    Terminal buffer disappears even when 'bufhidden' is "hide".
            (Sergey Vlasov)
Solution:   Check 'bufhiddden' when a terminal buffer becomes hidden.
            (closes #7358)
This commit is contained in:
Bram Moolenaar
2020-11-24 19:36:16 +01:00
parent 8e6be34338
commit c9f8b849b6
3 changed files with 27 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2040,
/**/
2039,
/**/