Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1145 #define DT_POP 2 // jump to older position macro
H A Dtag.c308 if (type == DT_POP) // go to older position in do_tag()
H A Dnormal.c3901 do_tag((char_u *)"", DT_POP, (int)cap->count1, FALSE, TRUE); in nv_tagpop()
H A Dex_docmd.c8761 case 'o': cmd = DT_POP; // ":pop" in ex_tag_cmd()