Home
last modified time | relevance | path

Searched refs:is_del (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro16 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
/vim-8.2.3635/src/
H A Dops.c2191 int is_del) in block_prep() argument
2243 if (!is_del || oap->op_type == OP_APPEND) in block_prep()
2251 if (is_del && bdp->startspaces) in block_prep()
2268 if (is_del && oap->op_type != OP_LSHIFT) in block_prep()
2290 && (!is_del in block_prep()
2308 if (!is_del && bdp->endspaces) in block_prep()
2317 if (is_del && bdp->startspaces) in block_prep()