1
0
forked from aniani/vim

patch 8.2.2685: custom statusline not drawn correctly with WinBar

Problem:    Custom statusline not drawn correctly with WinBar.
Solution:   Also adjust the column for the custom status line. (Yee Cheng
            Chin, closes #8047)
This commit is contained in:
Bram Moolenaar
2021-04-01 16:16:18 +02:00
parent 5c504f680e
commit 49c51b825a
6 changed files with 35 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ update_screen(int type_arg)
/*
* Return the row for drawing the statusline and the ruler of window "wp".
*/
static int
int
statusline_row(win_T *wp)
{
#if defined(FEAT_PROP_POPUP)