mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-206
This commit is contained in:
parent
8af1fbf979
commit
589e43a19e
@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
206,
|
||||||
/**/
|
/**/
|
||||||
205,
|
205,
|
||||||
/**/
|
/**/
|
||||||
@ -1587,9 +1589,9 @@ do_intro_line(row, mesg, add_version, attr)
|
|||||||
|
|
||||||
if (*mesg == ' ')
|
if (*mesg == ' ')
|
||||||
{
|
{
|
||||||
vim_strncpy(modby, _("Modified by "), MODBY_LEN - 1);
|
vim_strncpy(modby, (char_u *)_("Modified by "), MODBY_LEN - 1);
|
||||||
l = STRLEN(modby);
|
l = STRLEN(modby);
|
||||||
vim_strncpy(modby + l, MODIFIED_BY, MODBY_LEN - l - 1);
|
vim_strncpy(modby + l, (char_u *)MODIFIED_BY, MODBY_LEN - l - 1);
|
||||||
mesg = modby;
|
mesg = modby;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user