1
0
forked from aniani/vim

updated for version 7.0-166

This commit is contained in:
Bram Moolenaar 2006-11-21 10:43:23 +00:00
parent 93db975fa4
commit 508b9e895d
2 changed files with 3 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ cs_find_common(opt, pat, forceit, verbose, use_ll)
totmatches = 0; totmatches = 0;
for (i = 0; i < CSCOPE_MAX_CONNECTIONS; i++) for (i = 0; i < CSCOPE_MAX_CONNECTIONS; i++)
{ {
if (csinfo[i].fname == NULL) if (csinfo[i].fname == NULL || csinfo[i].to_fp == NULL)
continue; continue;
/* send cmd to cscope */ /* send cmd to cscope */

View File

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