forked from aniani/vim
updated for version 7.1-316
This commit is contained in:
parent
fde483c865
commit
7c94c26fb2
@ -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;
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
316,
|
||||
/**/
|
||||
315,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user