]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-166 v7.0.166
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Nov 2006 10:43:23 +0000 (10:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Nov 2006 10:43:23 +0000 (10:43 +0000)
src/if_cscope.c
src/version.c

index f796cd92761e2bebca6b9373457e1c019efdeaee..8866435ddbad3cce0b5a8c380219288b8f14b5a9 100644 (file)
@@ -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 */
index eb55641f12dd09124a071bc0170c914ecd78579f..f0bb45ae0d0170586ccdd06c708f9f2cce6cddf9 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    166,
 /**/
     165,
 /**/