Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c2212 ins_compl_next_buf(buf_T *buf, int flag) in ins_compl_next_buf() function
2981 && (ins_buf = ins_compl_next_buf(ins_buf, *e_cpt)) != curbuf) in ins_compl_get_exp()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c3892 static buf_T *ins_compl_next_buf(buf_T *buf, int flag) in ins_compl_next_buf() function
4205 ins_compl_next_buf(ins_buf, *e_cpt)) != curbuf) { in ins_compl_get_exp()