]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-083 v7.2.083
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Jan 2009 16:28:21 +0000 (16:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Jan 2009 16:28:21 +0000 (16:28 +0000)
src/tag.c
src/version.c

index 62533f64e8f82ab36c6306f4cfd38e0ad172e6f3..8c36ec3fb8d188b25dd50ee30b51b1d2e5989828 100644 (file)
--- 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 <name>" 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
index db226cea2e7654bdb194d29cd2cdef945f10bd7e..8002b84c2f7ee20e64e3ced13a13d341e94f7a82 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    83,
 /**/
     82,
 /**/