diff options
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r-- | src/popupmnu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c index 21dfc850a..f280ff25d 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -552,6 +552,9 @@ pum_undisplay() { pum_array = NULL; redraw_all_later(SOME_VALID); +#ifdef FEAT_WINDOWS + redraw_tabline = TRUE; +#endif status_redraw_all(); } |