summaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-18 09:26:30 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-18 09:26:30 +0000
commitde1656ec2042de8d5a9b89c6eb1056d3f73835c6 (patch)
treec30c6cd59e97190569960a5fa252f443b2137ff1 /src/tag.c
parentffd66c45084dfb67348f9e799a8ec3fe037690bd (diff)
downloadvim-git-de1656ec2042de8d5a9b89c6eb1056d3f73835c6.tar.gz
updated for version 7.2b-006v7.2b.006
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag.c b/src/tag.c
index 7d79e8093..1352f2047 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -3854,6 +3854,8 @@ get_tags(list, pat)
/* Skip field without colon. */
while (*p != NUL && *p >= ' ')
++p;
+ if (*p == NUL)
+ break;
}
}
}