Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c1585 if (oap->op_type == OP_INSERT in op_insert()
1604 oap->op_type = OP_INSERT; in op_insert()
1670 block_insert(oap, ins_text, (oap->op_type == OP_INSERT), in op_insert()
2258 if (oap->op_type == OP_INSERT) in block_prep()
4081 case OP_INSERT: in do_pending_operator()
H A Dvim.h1494 #define OP_INSERT 17 // "I" Insert column, only for Visual mode macro