updated for version 7.0200
diff --git a/src/misc1.c b/src/misc1.c
index fc56c91..bcc43da 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -2458,7 +2458,7 @@
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 @@
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 */