Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5151 case PV_GP: in unset_global_local_option()
5221 case PV_GP: return (char_u *)&(curbuf->b_p_gp); in get_varp_scope()
5330 case PV_GP: return *curbuf->b_p_gp != NUL in get_varp()
H A Doptiondefs.h36 # define PV_GP OPT_BOTH(OPT_BUF(BV_GP)) macro
1145 (char_u *)&p_gp, PV_GP,