Home
last modified time | relevance | path

Searched refs:p_spl (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h935 EXTERN char_u *p_spl; // 'spelllang' variable
H A Doptiondefs.h2412 (char_u *)&p_spl, PV_SPL,
H A Doption.c6030 buf->b_s.b_p_spl = vim_strsave(p_spl); in buf_copy_options()