Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h402 EXTERN char_u *p_cinw; // 'cinwords' variable
H A Doptiondefs.h604 (char_u *)&p_cinw, PV_CINW,
H A Doption.c6010 buf->b_p_cinw = vim_strsave(p_cinw); in buf_copy_options()