Searched refs:new_tag (Results 1 – 2 of 2) sorted by relevance
81 static void print_tag_list(int new_tag, int use_tagstack, int num_matches, char_u **matches);147 int new_tag = FALSE; in do_tag() local212 new_tag = TRUE; in do_tag()293 new_tag = TRUE; in do_tag()411 new_tag = TRUE; in do_tag()521 if (new_tag in do_tag()570 if (!new_tag && !other_name) in do_tag()626 print_tag_list(new_tag, use_tagstack, num_matches, matches); in do_tag()726 if ((num_matches > prev_num_matches || new_tag) in do_tag()817 int new_tag, in print_tag_list() argument[all …]
11606 Solution: Set "new_tag" when 'tagstack' isn't set. (G. Narendran)