Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5164 case PV_CM: in unset_global_local_option()
5245 case PV_CM: return (char_u *)&(curbuf->b_p_cm); in get_varp_scope()
5340 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,