Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c74 return OP_REPLACE; in get_op_type()
2292 || oap->op_type == OP_REPLACE)) // line too short in block_prep()
3767 int nchar = oap->op_type == OP_REPLACE ? cap->nchar : NUL; in do_pending_operator()
4118 case OP_REPLACE: in do_pending_operator()
H A Dvim.h1493 #define OP_REPLACE 16 // "r" replace chars, only for Visual mode macro