updated for version 7.2-104
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 068cca6..1ac46f3 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2707,7 +2707,12 @@
 	if (eap->cmdidx == CMD_saveas)
 	{
 	    if (retval == OK)
+	    {
 		curbuf->b_p_ro = FALSE;
+#ifdef FEAT_WINDOWS
+		redraw_tabline = TRUE;
+#endif
+	    }
 	    /* Change directories when the 'acd' option is set. */
 	    DO_AUTOCHDIR
 	}