]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-012 v7.2.012
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Sep 2008 13:50:37 +0000 (13:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Sep 2008 13:50:37 +0000 (13:50 +0000)
src/ex_cmds2.c
src/version.c

index f86e6ee6ab7d12dc10762a309c0d62f6dd5be16e..ed3c45f6c78e3595abbf350e9c0c7d494919563f 100644 (file)
@@ -3145,8 +3145,8 @@ do_source(fname, check_other, is_vimrc)
        verbose_leave();
     }
 #ifdef STARTUPTIME
-    vim_snprintf(IObuff, IOSIZE, "sourcing %s", fname);
-    time_msg(IObuff, &tv_start);
+    vim_snprintf((char *)IObuff, IOSIZE, "sourcing %s", fname);
+    time_msg((char *)IObuff, &tv_start);
     time_pop(&tv_rel);
 #endif
 
index cd13eb2c0de4ab1642969f7ecc9ed5e439f5725e..2b924604bf5e7a752f1e932e151ce64b0cf70241 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    12,
 /**/
     11,
 /**/