Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5194 case PV_VE: in unset_global_local_option()
5260 case PV_VE: return (char_u *)&(curwin->w_p_ve); in get_varp_scope()
5365 case PV_VE: return *curwin->w_p_ve != NUL in get_varp()
H A Doptiondefs.h159 #define PV_VE OPT_BOTH(OPT_BUF(BV_VE)) macro
2835 (char_u *)&p_ve, PV_VE,