Home
last modified time | relevance | path

Searched refs:TAG_MANY (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c1647 int findall = (mincount == MAXCOL || mincount == TAG_MANY); in find_tags()
1916 if (mincount == TAG_MANY && match_count >= TAG_MANY) in find_tags()
3898 TAG_MANY, curbuf->b_ffname); in expand_tags()
3902 TAG_MANY, curbuf->b_ffname); in expand_tags()
H A Dhelp.c572 while (*num_matches > TAG_MANY) in find_help_tags()
H A Dvim.h1172 #define TAG_MANY 300 // When finding many tags (for completion), macro
H A Dinsexpand.c2982 TAG_MANY, curbuf->b_ffname) == OK && num_matches > 0) in ins_compl_get_exp()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6938 Restrict to TAG_MANY to avoid this taking too long. (Ian Kelling)
7126 Solution: Get all tags and throw away more than TAG_MANY after sorting.