mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.2a-015
This commit is contained in:
@@ -1390,8 +1390,10 @@ msg_outtrans_len_attr(msgstr, len, attr)
|
|||||||
attr);
|
attr);
|
||||||
plain_start = str + 1;
|
plain_start = str + 1;
|
||||||
msg_puts_attr(s, attr == 0 ? hl_attr(HLF_8) : attr);
|
msg_puts_attr(s, attr == 0 ? hl_attr(HLF_8) : attr);
|
||||||
|
retval += STRLEN(s);
|
||||||
}
|
}
|
||||||
retval += char2cells(*str);
|
else
|
||||||
|
++retval;
|
||||||
++str;
|
++str;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
15,
|
||||||
/**/
|
/**/
|
||||||
14,
|
14,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user