Searched refs:shift_line (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ops.pro | 7 void shift_line(int left, int round, int amount, int call_changed_bytes);
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 1189 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 D | ops.c | 165 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 D | version7.txt | 6184 Solution: Don't have shift_line() call changed_bytes.
|