Searched refs:CPO_EMPTYREGION (Results 1 – 2 of 2) sorted by relevance
177 #define CPO_EMPTYREGION 'E' // operating on empty region is an error macro
674 if (vim_strchr(p_cpo, CPO_EMPTYREGION) != NULL) in op_delete()3867 && vim_strchr(p_cpo, CPO_EMPTYREGION) != NULL); in do_pending_operator()