1
0
forked from aniani/vim

patch 8.2.2679: status line missing for non-current window with winbar

Problem:    Winbar drawn over status line for non-current window with winbar
            if frame is zero height. (Leonid V. Fedorenchik)
Solution:   Do not draw the window if the frame height is zero. (closes #8037)
This commit is contained in:
Bram Moolenaar
2021-03-30 22:12:12 +02:00
parent 82820d9bf1
commit ae0f151ddf
4 changed files with 57 additions and 6 deletions

View File

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