summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-02-11 15:03:45 +0000
committerBram Moolenaar <Bram@vim.org>2009-02-11 15:03:45 +0000
commit4352f134efb02c197f0f89e3708fd480fa5d1672 (patch)
treee9b1c97a860195717b003efd207e51f41825b8eb
parent1f26d2f57f6604d2fe88d14f89e5a56e20cc41ec (diff)
downloadvim-git-4352f134efb02c197f0f89e3708fd480fa5d1672.tar.gz
updated for version 7.2-104v7.2.104
-rw-r--r--src/ex_cmds.c5
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 0 deletions
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
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 104,
+/**/
103,
/**/
102,