Searched refs:SIN_INSERT (Results 1 – 3 of 3) sorted by relevance
537 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()643 if (!doit && !VIM_ISWHITE(*p) && !(flags & SIN_INSERT)) in set_indent()647 if (flags & SIN_INSERT) in set_indent()694 if (!(flags & SIN_INSERT) && curbuf->b_p_pi) in set_indent()
1105 #define SIN_INSERT 2 // insert indent before existing text macro
2167 (void)set_indent(newindent, SIN_INSERT); in open_line()