mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.2-291
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user