commit | 4352f134efb02c197f0f89e3708fd480fa5d1672 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 11 15:03:45 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 11 15:03:45 2009 +0000 |
tree | e9b1c97a860195717b003efd207e51f41825b8eb | |
parent | 1f26d2f57f6604d2fe88d14f89e5a56e20cc41ec [diff] [blame] |
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 }