Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c82 return OP_YANK; in get_op_type()
3538 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
3743 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
3830 if ((oap->op_type == OP_YANK in do_pending_operator()
3860 || (oap->op_type == OP_YANK in do_pending_operator()
3954 case OP_YANK: in do_pending_operator()
H A Dvim.h1479 #define OP_YANK 2 // "y" yank operator macro
H A Dclipboard.c2044 oa.op_type = OP_YANK; in clip_get_selection()
H A Dnormal.c1345 oa.op_type = OP_YANK; in call_yank_do_autocmd()
6647 else if (cap->oap->op_type != OP_YANK) // 'Y' does not move cursor in nv_lineop()
H A Dex_docmd.c7745 oa.op_type = OP_YANK; in ex_operators()