Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c2157 if (curbuf->b_p_ci) in open_line()
H A Dstructs.h2848 int b_p_ci; // 'copyindent' member
H A Doption.c5433 case PV_CI: return (char_u *)&(curbuf->b_p_ci); in get_varp()
5995 buf->b_p_ci = p_ci; in buf_copy_options()