diff src/tag.c @ 1009:721ebb602db0 v7.0.135

updated for version 7.0-135
author vimboss
date Sun, 15 Oct 2006 20:37:38 +0000
parents c5cafb21c45b
children 0e8da252bda1
line wrap: on
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -911,7 +911,7 @@ do_tag(tag, type, count, forceit, verbos
 
 		set_errorlist(curwin, list, ' ');
 
-		list_free(list);
+		list_free(list, TRUE);
 
 		cur_match = 0;		/* Jump to the first tag */
 	    }