Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c81 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() local
212 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 …]
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11606 Solution: Set "new_tag" when 'tagstack' isn't set. (G. Narendran)