]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-204 v7.0.204
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2007 17:08:16 +0000 (17:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2007 17:08:16 +0000 (17:08 +0000)
src/if_cscope.c
src/version.c

index 97145aa9ca448979c775600bba9ed9f365ae69f8..fd831393a259d45ecbacb604c382c834a955b74a 100644 (file)
@@ -1932,14 +1932,8 @@ cs_print_tags_priv(matches, cntxts, num_matches)
        if ((fname = strtok(NULL, (const char *)"\t")) == NULL)
            continue;
        if ((lno = strtok(NULL, (const char *)"\t")) == NULL)
-       {
-           /* if NULL, then no "extra", although in cscope's case, there
-            * should always be "extra".
-            */
-           extra = NULL;
-       }
-
-       extra = lno + strlen(lno) + 1;
+           continue;
+       extra = strtok(NULL, (const char *)"\t");
 
        lno[strlen(lno)-2] = '\0';  /* ignore ;" at the end */
 
index aa1091161d3a3cf3f0701a5e8418c88b3f1cb8ee..f9ad029a7bebce2e08c121e59a95a8d134fdb83b 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    204,
 /**/
     203,
 /**/