diff options
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc1.c b/src/misc1.c index fc56c913a..bcc43dafb 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -2458,7 +2458,7 @@ changed() ml_setflags(curbuf); #ifdef FEAT_WINDOWS check_status(curbuf); - redraw_tabpage = TRUE; + redraw_tabline = TRUE; #endif #ifdef FEAT_TITLE need_maketitle = TRUE; /* set window title later */ @@ -2848,7 +2848,7 @@ unchanged(buf, ff) save_file_ff(buf); #ifdef FEAT_WINDOWS check_status(buf); - redraw_tabpage = TRUE; + redraw_tabline = TRUE; #endif #ifdef FEAT_TITLE need_maketitle = TRUE; /* set window title later */ |