updated for version 7.0077
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 1b07713..9693f84 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1130,7 +1130,7 @@
if (matches == NULL)
return FALSE;
- (void)cs_manage_matches(matches, contexts, totmatches, Store);
+ (void)cs_manage_matches(matches, contexts, matched, Store);
return do_tag((char_u *)pat, DT_CSCOPE, 0, forceit, verbose);
}
@@ -1693,8 +1693,8 @@
for (j = 0; j < nummatches_a[i]; j++)
{
- if ((fullname=cs_parse_results(i, buf, CSREAD_BUFSIZE, &cntx,
- &slno, &search))==NULL)
+ if ((fullname = cs_parse_results(i, buf, CSREAD_BUFSIZE, &cntx,
+ &slno, &search)) == NULL)
continue;
context = (char *)alloc(strlen(cntx)+5);