Searched refs:CPO_SPECI (Results 1 – 3 of 3) sorted by relevance
217 #define CPO_SPECI '<' // don't recognize <> in mappings macro
1125 cpo_special = (vim_strchr(p_cpo, CPO_SPECI) != NULL); in translate_mapping()
5942 do_special = (vim_strchr(p_cpo, CPO_SPECI) == NULL) in replace_termcodes()