Home
last modified time | relevance | path

Searched refs:b_p_pi (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c537 if (!curbuf->b_p_et || (!(flags & SIN_INSERT) && curbuf->b_p_pi)) in set_indent()
541 if (!(flags & SIN_INSERT) && curbuf->b_p_pi) in set_indent()
694 if (!(flags & SIN_INSERT) && curbuf->b_p_pi) in set_indent()
H A Dchange.c1407 int saved_pi = curbuf->b_p_pi; // copy of preserveindent setting in open_line()
2164 curbuf->b_p_pi = TRUE; in open_line()
2296 curbuf->b_p_pi = saved_pi; in open_line()
H A Dstructs.h2925 int b_p_pi; // 'preserveindent' member
H A Doption.c5492 case PV_PI: return (char_u *)&(curbuf->b_p_pi); in get_varp()
6007 buf->b_p_pi = p_pi; in buf_copy_options()