mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0050
This commit is contained in:
@@ -3008,7 +3008,7 @@ maketitle()
|
||||
/* format: "fname + (path) (1 of 2) - VIM" */
|
||||
|
||||
if (curbuf->b_fname == NULL)
|
||||
STRCPY(buf, _("[No file]"));
|
||||
STRCPY(buf, _("[No Name]"));
|
||||
else
|
||||
{
|
||||
p = transstr(gettail(curbuf->b_fname));
|
||||
|
Reference in New Issue
Block a user