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
}
diff --git a/src/version.c b/src/version.c
index 348f0cd..395dafb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 104,
+/**/
103,
/**/
102,