mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
updated for version 7.1-164
This commit is contained in:
@@ -2770,7 +2770,8 @@ skipchr()
|
||||
{
|
||||
#ifdef FEAT_MBYTE
|
||||
if (enc_utf8)
|
||||
prevchr_len += utf_char2len(mb_ptr2char(regparse + prevchr_len));
|
||||
/* exclude composing chars that mb_ptr2len does include */
|
||||
prevchr_len += utf_ptr2len(regparse + prevchr_len);
|
||||
else if (has_mbyte)
|
||||
prevchr_len += (*mb_ptr2len)(regparse + prevchr_len);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user