Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h314 #define REPLACE_CR_NCHAR -1 macro
H A Dnormal.c1722 if (nchar == REPLACE_CR_NCHAR) { in do_pending_operator()
6176 cap->nchar = REPLACE_CR_NCHAR; in nv_replace()
H A Dops.c1784 if (c == REPLACE_CR_NCHAR) { in op_replace()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2740 #define REPLACE_CR_NCHAR -1 macro
H A Dops.c1018 if (c == REPLACE_CR_NCHAR) in op_replace()
3791 if (nchar == REPLACE_CR_NCHAR) in do_pending_operator()
H A Dnormal.c5035 cap->nchar = REPLACE_CR_NCHAR; in nv_replace()