Searched refs:CPO_VIM (Results 1 – 4 of 4) sorted by relevance
106 if (STRCMP(p_cpo, CPO_VIM) != 0) in ex_vim9script()109 set_option_value((char_u *)"cpo", 0L, (char_u *)CPO_VIM, OPT_NO_REDRAW); in ex_vim9script()
1464 if (STRCMP(p_cpo, CPO_VIM) != 0) in do_source()1471 for (f = (char_u *)CPO_VIM; *f != NUL; ++f) in do_source()1477 if (vim_strchr((char_u *)CPO_VIM, *f) == NULL in do_source()
230 #define CPO_VIM "aABceFs" macro
733 {(char_u *)CPO_VI, (char_u *)CPO_VIM}