Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5189 case PV_LCS: in unset_global_local_option()
5259 case PV_LCS: return (char_u *)&(curwin->w_p_lcs); in get_varp_scope()
5363 case PV_LCS: return *curwin->w_p_lcs != NUL in get_varp()
H A Doptiondefs.h192 #define PV_LCS OPT_BOTH(OPT_WIN(WV_LCS)) macro
1628 (char_u *)&p_lcs, PV_LCS,