Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1149 #define DT_LAST 6 // jump to first match of same tag macro
H A Dtag.c440 case DT_LAST: cur_match = MAXCOL - 1; break; in do_tag()
H A Dex_docmd.c8766 case 'l': cmd = DT_LAST; // ":tlast" in ex_tag_cmd()