Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5099 case PV_KP: in unset_global_local_option()
5225 case PV_KP: return (char_u *)&(curbuf->b_p_kp); in get_varp_scope()
5295 case PV_KP: return *curbuf->b_p_kp != NUL in get_varp()
H A Doptiondefs.h100 #define PV_KP OPT_BOTH(OPT_BUF(BV_KP)) macro
1528 (char_u *)&p_kp, PV_KP,