updated for version 7.1-164

This commit is contained in:
vimboss
2007-11-29 20:27:21 +00:00
parent 4e2c26c5c4
commit 5f0dd0f4dc
2 changed files with 4 additions and 1 deletions
+2 -1
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
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
164,
/**/
163,
/**/