forked from aniani/vim
updated for version 7.0206
This commit is contained in:
@@ -509,6 +509,13 @@ do_tag(tag, type, count, forceit, verbose)
|
||||
tagmatchname = vim_strsave(name);
|
||||
}
|
||||
|
||||
/*
|
||||
* If a count is supplied to the ":tag <name>" command, then
|
||||
* jump to count'th matching tag.
|
||||
*/
|
||||
if (type == DT_TAG && count > 0)
|
||||
cur_match = count - 1;
|
||||
|
||||
if (type == DT_SELECT || type == DT_JUMP)
|
||||
cur_match = MAXCOL - 1;
|
||||
max_num_matches = cur_match + 1;
|
||||
|
Reference in New Issue
Block a user