From 685295c3c4ae9b81138458ce2890c1a55422d3bd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 15 Oct 2006 20:37:38 +0000 Subject: updated for version 7.0-135 --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index bf68cdf0d..66bcfcd0c 100644 --- a/src/tag.c +++ b/src/tag.c @@ -911,7 +911,7 @@ do_tag(tag, type, count, forceit, verbose) set_errorlist(curwin, list, ' '); - list_free(list); + list_free(list, TRUE); cur_match = 0; /* Jump to the first tag */ } -- cgit v1.2.1