]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-184 v7.0.184
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jan 2007 14:18:41 +0000 (14:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jan 2007 14:18:41 +0000 (14:18 +0000)
src/if_cscope.c
src/version.c

index 8866435ddbad3cce0b5a8c380219288b8f14b5a9..97145aa9ca448979c775600bba9ed9f365ae69f8 100644 (file)
@@ -627,10 +627,11 @@ cs_cnt_matches(idx)
         * If the database is out of date, or there's some other problem,
         * cscope will output error messages before the number-of-lines output.
         * Display/discard any output that doesn't match what we want.
+        * Accept "\S*cscope: X lines", also matches "mlcscope".
         */
        if ((stok = strtok(buf, (const char *)" ")) == NULL)
            continue;
-       if (strcmp((const char *)stok, "cscope:"))
+       if (strstr((const char *)stok, "cscope:") == NULL)
            continue;
 
        if ((stok = strtok(NULL, (const char *)" ")) == NULL)
index 36b2f94d5cf0ab1dc4b509e2ffd84e0ede915fc4..d4c093a8bb5203cb28bb780a6a814cb3af36e184 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    184,
 /**/
     183,
 /**/