0
0
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:
Bram Moolenaar
2008-07-06 17:16:02 +00:00
parent 1378fca608
commit b3c722a015
2 changed files with 5 additions and 1 deletions

View File

@@ -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;
} }
} }

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 */
/**/
15,
/**/ /**/
14, 14,
/**/ /**/