Home
last modified time | relevance | path

Searched refs:curs_top (Results 1 – 2 of 2) 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() argument
175 else if (curs_top) // put cursor on first line, for ">>" in op_shift()