Home
last modified time | relevance | path

Searched refs:b_p_ai (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c1477 if (curbuf->b_p_ai in open_line()
1942 if (curbuf->b_p_ai in open_line()
2019 (curbuf->b_p_ai in open_line()
2049 if (curbuf->b_p_ai || (flags & OPENLINE_DELSPACES)) in open_line()
2246 && curbuf->b_p_ai) in open_line()
H A Dex_cmds.c3271 curbuf->b_p_ai = !curbuf->b_p_ai; in ex_append()
3274 if (eap->cmdidx != CMD_change && curbuf->b_p_ai && lnum > 0) in ex_append()
3292 if (curbuf->b_p_ai) in ex_append()
3378 curbuf->b_p_ai = !curbuf->b_p_ai; in ex_append()
3419 if (eap->forceit ? !curbuf->b_p_ai : curbuf->b_p_ai) in ex_change()
H A Dtextformat.c68 if (!curbuf->b_p_ai && !(State & VREPLACE_FLAG)) in internal_format()
H A Doption.c5427 case PV_AI: return (char_u *)&(curbuf->b_p_ai); in get_varp()
5909 buf->b_p_ai = p_ai; in buf_copy_options()
6739 buf->b_p_ai_nopaste = buf->b_p_ai; in paste_option_changed()
6782 buf->b_p_ai = 0; // no auto-indent in paste_option_changed()
6829 buf->b_p_ai = buf->b_p_ai_nopaste; in paste_option_changed()
H A Dindent.c2104 if (curbuf->b_p_lisp && curbuf->b_p_ai) in fix_indent()
H A Dstructs.h2844 int b_p_ai; // 'autoindent' member
H A Dedit.c4141 && (curbuf->b_p_ai in ins_bs()
H A Dops.c827 if (curbuf->b_p_ai) // don't delete indent in op_delete()