Home
last modified time | relevance | path

Searched refs:op_shift (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro6 void op_shift(oparg_T *oap, int curs_top, int amount);
/vim-8.2.3635/src/
H A Dops.c139 op_shift(oparg_T *oap, int curs_top, int amount) in op_shift() function
3918 op_shift(oap, TRUE, oap->is_VIsual ? (int)cap->count1 : 1); in do_pending_operator()
H A Dex_docmd.c7760 op_shift(&oa, FALSE, eap->amount); in ex_operators()