From: Bram Moolenaar Date: Tue, 13 Jan 2009 16:28:21 +0000 (+0000) Subject: updated for version 7.2-083 X-Git-Tag: v7.2.083 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51460cd634d29b3612e7443c34bec5c20207ddad;p=vim updated for version 7.2-083 --- diff --git a/src/tag.c b/src/tag.c index 62533f64e..8c36ec3fb 100644 --- a/src/tag.c +++ b/src/tag.c @@ -515,7 +515,7 @@ do_tag(tag, type, count, forceit, verbose) * If a count is supplied to the ":tag " command, then * jump to count'th matching tag. */ - if (type == DT_TAG && count > 0) + if (type == DT_TAG && *tag != NUL && count > 0) cur_match = count - 1; if (type == DT_SELECT || type == DT_JUMP diff --git a/src/version.c b/src/version.c index db226cea2..8002b84c2 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 83, /**/ 82, /**/