updated for version 7.2-083
diff --git a/src/tag.c b/src/tag.c
index 62533f6..8c36ec3 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -515,7 +515,7 @@
* 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
diff --git a/src/version.c b/src/version.c
index db226ce..8002b84 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 83,
+/**/
82,
/**/
81,