Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h203 #define CPO_UNDO 'u' // "u" undoes itself macro
H A Dundo.c2214 if (vim_strchr(p_cpo, CPO_UNDO) == NULL) in u_undo()
2228 if (vim_strchr(p_cpo, CPO_UNDO) == NULL) in u_redo()
H A Dex_cmds.c4188 if (vim_strchr(p_cpo, CPO_UNDO) != NULL) in ex_substitute()
4362 if (vim_strchr(p_cpo, CPO_UNDO) != NULL) in ex_substitute()