Home
last modified time | relevance | path

Searched refs:CPO_TAGPAT (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h202 #define CPO_TAGPAT 't' macro
H A Dtag.c3520 if (vim_strchr(p_cpo, CPO_TAGPAT) != NULL) in jumpto_tag()