Searched refs:CPO_LITERAL (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | option.h | 188 #define CPO_LITERAL 'l' // take char after backslash in [] literal macro |
| H A D | regexp.c | 483 reg_cpo_lit = vim_strchr(p_cpo, CPO_LITERAL) != NULL; in get_cpo_flags() |