Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h209 #define CPO_YANK 'y' macro
H A Dops.c3501 int redo_yank = vim_strchr(p_cpo, CPO_YANK) != NULL && !gui_yank; in do_pending_operator()