From: Bram Moolenaar Date: Wed, 3 Dec 2008 10:21:57 +0000 (+0000) Subject: updated for version 7.2-062 X-Git-Tag: v7.2.062 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f664c50e8756a0e18e368c2716226034484b3f;p=thirdparty%2Fvim.git updated for version 7.2-062 --- diff --git a/src/buffer.c b/src/buffer.c index 741de4887a..e08cdbe6e3 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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) diff --git a/src/version.c b/src/version.c index 01fba18a88..d7c1ab5a07 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 62, /**/ 61, /**/