Home
last modified time | relevance | path

Searched refs:OP_DELETE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c647 && oap->op_type == OP_DELETE) in op_delete()
663 && oap->op_type == OP_DELETE in op_delete()
922 oap->op_type == OP_DELETE && !oap->is_VIsual); in op_delete()
943 oap->op_type == OP_DELETE && !oap->is_VIsual); in op_delete()
947 if (oap->op_type == OP_DELETE) in op_delete()
3636 && cap->oap->op_type != OP_DELETE) in do_pending_operator()
3937 case OP_DELETE: in do_pending_operator()
4189 || oap->op_type == OP_DELETE)) in do_pending_operator()
H A Dvim.h1478 #define OP_DELETE 1 // "d" delete operator macro
2487 # undef OP_DELETE
H A Dnormal.c4151 if ( (cap->oap->op_type == OP_DELETE in nv_left()
5492 cap->oap->op_type = OP_DELETE; in nv_optrans()
5494 set_op_var(OP_DELETE); in nv_optrans()
6641 else if ( (cap->oap->op_type == OP_DELETE // only with linewise motions in nv_lineop()
7438 if (cap->oap->op_type == OP_DELETE && cap->cmdchar == 'p') in nv_put_opt()
7580 if (cap->oap->op_type == OP_DELETE && cap->cmdchar == 'o') in nv_open()
H A Dex_docmd.c7740 oa.op_type = OP_DELETE; in ex_operators()
/vim-8.2.3635/runtime/syntax/
H A Dxs.vim416 syn keyword xsConstant OP_DBMOPEN OP_DBSTATE OP_DEFINED OP_DELETE OP_DIE