summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-12-03 10:21:57 +0000
committerBram Moolenaar <Bram@vim.org>2008-12-03 10:21:57 +0000
commitf4f664c50e8756a0e18e368c2716226034484b3f (patch)
tree5a29eb59c9ff1920efa93b9a96b3f966c11eca70
parent3d0089f5f46b00a87e5438e24c3ec709aa190f36 (diff)
downloadvim-git-f4f664c50e8756a0e18e368c2716226034484b3f.tar.gz
updated for version 7.2-062v7.2.062
-rw-r--r--src/buffer.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 741de4887..e08cdbe6e 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 01fba18a8..d7c1ab5a0 100644
--- 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,