updated for version 7.2-116

This commit is contained in:
vimboss
2009-02-21 21:58:24 +00:00
parent 01973d329c
commit 843a3a41bf
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -2542,6 +2542,15 @@ free_tag_stuff()
{
ga_clear_strings(&tag_fnames);
do_tag(NULL, DT_FREE, 0, 0, 0);
tag_freematch();
# if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
if (ptag_entry.tagname)
{
vim_free(ptag_entry.tagname);
ptag_entry.tagname = NULL;
}
# endif
}
#endif
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
116,
/**/
115,
/**/