Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c3501 int redo_yank = vim_strchr(p_cpo, CPO_YANK) != NULL && !gui_yank; in do_pending_operator() local
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()