Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro72 int can_bs(int what);
/vim-8.2.3635/src/
H A Dedit.c3909 if (!can_bs(BS_EOL) // only if "eol" included in ins_del()
3986 || (!can_bs(BS_START) in ins_bs()
3993 || (!can_bs(BS_INDENT) && !arrow_used && ai_col > 0 in ins_bs()
3995 || (!can_bs(BS_EOL) && curwin->w_cursor.col == 0)))) in ins_bs()
4312 && (can_bs(BS_NOSTOP) in ins_bs()
H A Dinsexpand.c1593 || (!can_bs(BS_START) && (int)(p - line) - (int)compl_col in ins_compl_bs()
H A Doption.c7012 can_bs( in can_bs() function