1
0
forked from aniani/vim

updated for version 7.1-316

This commit is contained in:
Bram Moolenaar 2008-06-20 09:11:34 +00:00
parent fde483c865
commit 7c94c26fb2
2 changed files with 3 additions and 1 deletions

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;

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
316,
/**/
315,
/**/