From: Bram Moolenaar Date: Fri, 20 Jun 2008 09:11:34 +0000 (+0000) Subject: updated for version 7.1-316 X-Git-Tag: v7.1.316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c94c26fb27d0faf89a3f893a6eb99ae3af1e8d3;p=vim updated for version 7.1-316 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 71a7b1bb9..701354ee0 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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; diff --git a/src/version.c b/src/version.c index aa283c4fc..fbde4b469 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 316, /**/ 315, /**/