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:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user