updated for version 7.1-316

This commit is contained in:
vimboss
2008-06-20 09:11:34 +00:00
parent 626995c3e8
commit ee9959e56c
2 changed files with 3 additions and 1 deletions
+1 -1
View 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;
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
316,
/**/
315,
/**/