Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h67 #define PV_EOL OPT_BUF(BV_EOL) macro
896 (char_u *)&p_eol, PV_EOL,
H A Doption.c5457 case PV_EOL: return (char_u *)&(curbuf->b_p_eol); in get_varp()