Home
last modified time | relevance | path

Searched refs:TAG_HELP (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c561 flags = TAG_HELP | TAG_REGEXP | TAG_NAMES | TAG_VERBOSE | TAG_NO_TAGFUNC; in find_help_tags()
H A Dvim.h1160 #define TAG_HELP 1 // only search for help tags macro
H A Dtag.c1655 int help_only = (flags & TAG_HELP); in find_tags()