Home
last modified time | relevance | path

Searched refs:inindent (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dindent.pro23 int inindent(int extra);
/vim-8.2.3635/src/
H A Dtextobject.c1059 while (inindent(1)) in current_block()
1126 while (inindent(1)) in current_block()
1303 while (inindent(1)) in current_tagblock()
H A Dedit.c744 line_is_white = inindent(0); in edit()
1345 if (inindent(0)) in edit()
4003 in_indent = inindent(0); in ins_bs()
4846 ind = inindent(0); in ins_tab()
H A Dindent.c1005 inindent(int extra) in inindent() function
H A Dops.c653 if (*ptr == NUL && inindent(0)) in op_delete()
3899 if (inindent(0)) in do_pending_operator()
H A Dinsexpand.c2142 if (want_cindent && in_cinkeys(KEY_COMPLETE, ' ', inindent(0))) in ins_compl_prep()
H A Dbuffer.c1855 if (curwin->w_cursor.lnum == 1 && inindent(0)) in enter_buffer()