summaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index 4eb7a4f43..256f885c8 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -3824,7 +3824,7 @@ find_extra(char_u **pp)
for (;;)
{
if (VIM_ISDIGIT(*str))
- str = skipdigits(str);
+ str = skipdigits(str + 1);
else if (*str == '/' || *str == '?')
{
str = skip_regexp(str + 1, *str, FALSE);