forked from aniani/vim
updated for version 7.1-316
This commit is contained in:
@@ -9300,7 +9300,7 @@ ex_tag_cmd(eap, name)
|
|||||||
break;
|
break;
|
||||||
default: /* ":tag" */
|
default: /* ":tag" */
|
||||||
#ifdef FEAT_CSCOPE
|
#ifdef FEAT_CSCOPE
|
||||||
if (p_cst)
|
if (p_cst && *eap->arg != NUL)
|
||||||
{
|
{
|
||||||
do_cstag(eap);
|
do_cstag(eap);
|
||||||
return;
|
return;
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
316,
|
||||||
/**/
|
/**/
|
||||||
315,
|
315,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user