]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-104 v7.2.104
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Feb 2009 15:03:45 +0000 (15:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Feb 2009 15:03:45 +0000 (15:03 +0000)
src/ex_cmds.c
src/version.c

index 068cca6d30d7c29a9da417e73c704c75a3e8648c..1ac46f312930815014a92359d52388d7e424c56c 100644 (file)
@@ -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
        }
index 348f0cd06bdd9fc90474231df0cbbb97af12eef8..395dafb5d66261621abbd7d28dbb3342be4ef144 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    104,
 /**/
     103,
 /**/