Home
last modified time | relevance | path

Searched refs:SIN_INSERT (Results 1 – 3 of 3) 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()
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()
H A Dvim.h1105 #define SIN_INSERT 2 // insert indent before existing text macro
H A Dchange.c2167 (void)set_indent(newindent, SIN_INSERT); in open_line()