projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd66c4
)
updated for version 7.2b-006
v7.2b.006
author
Bram Moolenaar
<Bram@vim.org>
Fri, 18 Jul 2008 09:26:30 +0000
(09:26 +0000)
committer
Bram Moolenaar
<Bram@vim.org>
Fri, 18 Jul 2008 09:26:30 +0000
(09:26 +0000)
src/tag.c
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/tag.c
b/src/tag.c
index 7d79e8093801303377ddad5810ebdc768916b5a8..1352f2047a5d57a1638d1479d7220b9b7c91c821 100644
(file)
--- 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;
}
}
}
diff --git
a/src/version.c
b/src/version.c
index 95d6d54f0be2946275fbfe2fa1f6ca92f1ad69ea..d8a008d78ebcc354e7bde34e23c3165a5933b64c 100644
(file)
--- 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 */
+/**/
+ 6,
/**/
5,
/**/