0
0
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:
Bram Moolenaar
2007-11-29 20:27:21 +00:00
parent 9273c73e36
commit 8f5c578a5e
2 changed files with 4 additions and 1 deletions

View File

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

View File

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