0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0-135

This commit is contained in:
Bram Moolenaar
2006-10-15 20:37:38 +00:00
parent b47a240593
commit 685295c3c4
4 changed files with 36 additions and 27 deletions

View File

@@ -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 */
}