Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h210 # define PV_SPELL OPT_WIN(WV_SPELL) macro
2385 (char_u *)VAR_WIN, PV_SPELL,
H A Doption.c5368 case PV_SPELL: return (char_u *)&(curwin->w_p_spell); in get_varp()