forked from aniani/vim
updated for version 7.2-069
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
69,
|
||||
/**/
|
||||
68,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user