0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2-062

This commit is contained in:
Bram Moolenaar
2008-12-03 10:21:57 +00:00
parent 3d0089f5f4
commit f4f664c50e
2 changed files with 3 additions and 1 deletions

View File

@@ -5118,7 +5118,7 @@ buf_spname(buf)
{ {
if (buf->b_sfname != NULL) if (buf->b_sfname != NULL)
return (char *)buf->b_sfname; return (char *)buf->b_sfname;
return "[Scratch]"; return _("[Scratch]");
} }
#endif #endif
if (buf->b_fname == NULL) if (buf->b_fname == NULL)

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
62,
/**/ /**/
61, 61,
/**/ /**/