Searched refs:OP_YANK (Results 1 – 5 of 5) sorted by relevance
82 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()
1479 #define OP_YANK 2 // "y" yank operator macro
2044 oa.op_type = OP_YANK; in clip_get_selection()
1345 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()
7745 oa.op_type = OP_YANK; in ex_operators()