Home
last modified time | relevance | path

Searched refs:DT_TAG (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c194 type = DT_TAG; in do_tag()
233 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()
374 if (type == DT_TAG in do_tag()
537 if (type == DT_TAG) in do_tag()
620 if (type == DT_TAG && *tag != NUL) in do_tag()
712 if (type != DT_TAG && type != DT_SELECT && type != DT_JUMP in do_tag()
763 || ((type == DT_TAG || type == DT_NEXT in do_tag()
H A Dvim.h1144 #define DT_TAG 1 // jump to newer position or same tag again macro
H A Dex_docmd.c8776 cmd = DT_TAG; in ex_tag_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt32548 Solution: Handle DT_TAG differently. (test by Andy Massimino, closes #3944,