Home
last modified time | relevance | path

Searched refs:CPO_VIM (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9script.c106 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()
H A Dscriptfile.c1464 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()
H A Doption.h230 #define CPO_VIM "aABceFs" macro
H A Doptiondefs.h733 {(char_u *)CPO_VI, (char_u *)CPO_VIM}