Home
last modified time | relevance | path

Searched refs:PV_CM (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Doption.c5142 case PV_CM: in unset_global_local_option()
5223 case PV_CM: return (char_u *)&(curbuf->b_p_cm); in get_varp_scope()
5318 case PV_CM: return *curbuf->b_p_cm != NUL in get_varp()
H A Doptiondefs.h51 #define PV_CM OPT_BOTH(OPT_BUF(BV_CM)) macro
737 (char_u *)&p_cm, PV_CM,