Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhelp.c183 do_tag(tag, DT_HELP, 1, FALSE, TRUE); in ex_help()
H A Dvim.h1151 #define DT_HELP 8 // like DT_TAG, but no wildcards macro
H A Dtag.c192 if (type == DT_HELP) in do_tag()