1
0
forked from aniani/vim

updated for version 7.2-069

This commit is contained in:
Bram Moolenaar
2008-12-09 21:34:39 +00:00
parent 67a060e9ad
commit 19c9c76c4d
2 changed files with 3 additions and 1 deletions

View File

@@ -1765,7 +1765,7 @@ match_checkcompoundpattern(ptr, wlen, gap)
/* Second part matches at start of following compound word, now
* check if first part matches at end of previous word. */
p = ((char_u **)gap->ga_data)[i];
len = STRLEN(p);
len = (int)STRLEN(p);
if (len <= wlen && STRNCMP(ptr + wlen - len, p, len) == 0)
return TRUE;
}

View File

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