forked from aniani/vim
updated for version 7.0-166
This commit is contained in:
parent
93db975fa4
commit
508b9e895d
@ -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 */
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user