Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5122 case PV_SO: in unset_global_local_option()
5231 case PV_SO: return (char_u *)&(curwin->w_p_so); in get_varp_scope()
5309 case PV_SO: return curwin->w_p_so >= 0 in get_varp()
H A Doptiondefs.h208 #define PV_SO OPT_BOTH(OPT_WIN(WV_SO)) macro
2193 (char_u *)&p_so, PV_SO,