Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5178 case PV_UL: in unset_global_local_option()
5253 case PV_UL: return (char_u *)&(curbuf->b_p_ul); in get_varp_scope()
5351 case PV_UL: return curbuf->b_p_ul != NO_LOCAL_UNDOLEVEL in get_varp()
H A Doptiondefs.h224 #define PV_UL OPT_BOTH(OPT_BUF(BV_UL)) macro
2745 (char_u *)&p_ul, PV_UL,