Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h208 #define CPO_REPLCNT 'X' // "R" with a count only deletes chars once macro
H A Dedit.c3628 if (vim_strchr(p_cpo, CPO_REPLCNT) != NULL) in ins_esc()