Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h315 #define REPLACE_NL_NCHAR -2 macro
H A Dnormal.c1724 } else if (nchar == REPLACE_NL_NCHAR) { in do_pending_operator()
6178 cap->nchar = REPLACE_NL_NCHAR; in nv_replace()
H A Dops.c1787 } else if (c == REPLACE_NL_NCHAR) { in op_replace()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2741 #define REPLACE_NL_NCHAR -2 macro
H A Dops.c1023 else if (c == REPLACE_NL_NCHAR) in op_replace()
3793 else if (nchar == REPLACE_NL_NCHAR) in do_pending_operator()
H A Dnormal.c5037 cap->nchar = REPLACE_NL_NCHAR; in nv_replace()