Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h217 #define CPO_SPECI '<' // don't recognize <> in mappings macro
H A Dmap.c1125 cpo_special = (vim_strchr(p_cpo, CPO_SPECI) != NULL); in translate_mapping()
H A Dterm.c5942 do_special = (vim_strchr(p_cpo, CPO_SPECI) == NULL) in replace_termcodes()