mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0-070
This commit is contained in:
@@ -989,8 +989,7 @@ cs_find_common(opt, pat, forceit, verbose, use_ll)
|
||||
{
|
||||
int i;
|
||||
char *cmd;
|
||||
char **matches, **contexts;
|
||||
int nummatches[CSCOPE_MAX_CONNECTIONS], totmatches, matched;
|
||||
int nummatches[CSCOPE_MAX_CONNECTIONS], totmatches;
|
||||
#ifdef FEAT_QUICKFIX
|
||||
char cmdletter;
|
||||
char *qfpos;
|
||||
@@ -1141,6 +1140,9 @@ cs_find_common(opt, pat, forceit, verbose, use_ll)
|
||||
else
|
||||
#endif /* FEAT_QUICKFIX */
|
||||
{
|
||||
char **matches = NULL, **contexts = NULL;
|
||||
int matched = 0;
|
||||
|
||||
/* read output */
|
||||
cs_fill_results((char *)pat, totmatches, nummatches, &matches,
|
||||
&contexts, &matched);
|
||||
|
Reference in New Issue
Block a user