]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-316 v7.1.316
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 09:11:34 +0000 (09:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 09:11:34 +0000 (09:11 +0000)
src/ex_docmd.c
src/version.c

index 71a7b1bb9cf0816e4684bcf298b50158b34d4004..701354ee070a0de90ce292574131229f3ca10c8f 100644 (file)
@@ -9300,7 +9300,7 @@ ex_tag_cmd(eap, name)
                  break;
        default:                        /* ":tag" */
 #ifdef FEAT_CSCOPE
-                 if (p_cst)
+                 if (p_cst && *eap->arg != NUL)
                  {
                      do_cstag(eap);
                      return;
index aa283c4fc09f065f57d28fa9e3ffee6f226fb87e..fbde4b46922d0afbc318f368d9362e1316550c6f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    316,
 /**/
     315,
 /**/