0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2-291

This commit is contained in:
Bram Moolenaar 2009-11-11 16:07:20 +00:00
parent 21160b9808
commit 5462018872
2 changed files with 4 additions and 1 deletions

View File

@ -6413,7 +6413,8 @@ screen_puts_len(text, len, row, col, attr)
}
else
{
nc = utfc_ptr2char(ptr + mbyte_blen, pcc);
nc = utfc_ptr2char_len(ptr + mbyte_blen, pcc,
(int)((text + len) - ptr - mbyte_blen));
nc1 = pcc[0];
}
pc = prev_c;

View File

@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
291,
/**/
290,
/**/