Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dops.pro7 void shift_line(int left, int round, int amount, int call_changed_bytes);
/vim-8.2.3635/src/
H A Dindent.c1189 shift_line(TRUE, FALSE, 1, TRUE); in ins_try_si()
1278 shift_line(type == INDENT_DEC, round, 1, call_changed_bytes); in change_indent()
H A Dops.c165 shift_line(oap->op_type == OP_LSHIFT, p_sr, amount, FALSE); in op_shift()
225 shift_line( in shift_line() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6184 Solution: Don't have shift_line() call changed_bytes.