]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-062 v7.2.062
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Dec 2008 10:21:57 +0000 (10:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Dec 2008 10:21:57 +0000 (10:21 +0000)
src/buffer.c
src/version.c

index 741de4887aed6771fd81c436a0cd4aa2ebeb913a..e08cdbe6e36a9d67d3eb53ea8249266e5388d0d2 100644 (file)
@@ -5118,7 +5118,7 @@ buf_spname(buf)
     {
        if (buf->b_sfname != NULL)
            return (char *)buf->b_sfname;
-       return "[Scratch]";
+       return _("[Scratch]");
     }
 #endif
     if (buf->b_fname == NULL)
index 01fba18a8847f492f3064be19e11ea2b4c38adc4..d7c1ab5a074030123df3f9de42bb2741cb8835c3 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    62,
 /**/
     61,
 /**/