Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Doptiondefs.h236 # define PV_TWSL OPT_BUF(BV_TWSL) macro
2580 (char_u *)&p_twsl, PV_TWSL,
H A Doption.c5402 case PV_TWSL: return (char_u *)&(curbuf->b_p_twsl); in get_varp()