diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 068cca6d3..1ac46f312 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -2707,7 +2707,12 @@ do_write(eap) 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 348f0cd06..395dafb5d 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 104, /**/ 103, /**/