deoplete-plugins/deoplete-go

:cnext doesn't go over entire list anymore

stevenroose opened this issue · 3 comments

Not sure if this is a deoplete or deoplete-go issue.

I have map <C-n> :cnext<CR>.

But since I updated now (last update before was like 3 weeks or so), Ctrl-N shows the entire list of suggestions, but on a second hit, it autocompletes the first option which makes the other options disappear. So it's no longer possible to scroll through the entire list of options.

Ctrl-N used to behave like the down arrow. Not it behaves like Ctrl-N + Enter at once.

I don't understand.
Please create the minimal init.vim and reproduce instructions.
If not, I will close the issue.

Please create the minimal init.vim and

vim -u init.vim

For the minimal init.vim sample, please read other issues.