# HG changeset patch # User vimboss # Date 1228299717 0 # Node ID 1c85355293f92cd8bb41eaf6ce8a8be1d77302f1 # Parent 45d9e2f80fe18c663346a2e88409bf2476e874cd updated for version 7.2-062 diff --git a/src/buffer.c b/src/buffer.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 62, +/**/ 61, /**/ 60,