From: Bram Moolenaar Date: Tue, 21 Nov 2006 10:43:23 +0000 (+0000) Subject: updated for version 7.0-166 X-Git-Tag: v7.0.166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=508b9e895d01980ee0a25536e8e70ca9acbb43b4;p=vim updated for version 7.0-166 --- diff --git a/src/if_cscope.c b/src/if_cscope.c index f796cd927..8866435dd 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -1008,7 +1008,7 @@ cs_find_common(opt, pat, forceit, verbose, use_ll) totmatches = 0; for (i = 0; i < CSCOPE_MAX_CONNECTIONS; i++) { - if (csinfo[i].fname == NULL) + if (csinfo[i].fname == NULL || csinfo[i].to_fp == NULL) continue; /* send cmd to cscope */ diff --git a/src/version.c b/src/version.c index eb55641f1..f0bb45ae0 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 166, /**/ 165, /**/