1
0
forked from aniani/vim

updated for version 7.2b-006

This commit is contained in:
Bram Moolenaar
2008-07-18 09:26:30 +00:00
parent ffd66c4508
commit de1656ec20
2 changed files with 4 additions and 0 deletions

View File

@@ -3854,6 +3854,8 @@ get_tags(list, pat)
/* Skip field without colon. */
while (*p != NUL && *p >= ' ')
++p;
if (*p == NUL)
break;
}
}
}