:cnext doesn't go over entire list anymore
stevenroose opened this issue · 3 comments
stevenroose commented
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.
Shougo commented
I don't understand.
Please create the minimal init.vim and reproduce instructions.
If not, I will close the issue.
stevenroose commented
Ok, will try! What's easiest way to do that to avoid having to clear my
entire vim directory. Is there a cmd line flag on neovim that allows me to
point to another config file. Also, plugins in `~/.local/share/neovim/` are
loaded by default, no?
…On Sun, Apr 22, 2018 at 9:46 AM, Shougo ***@***.***> wrote:
I don't understand.
Please create the minimal init.vim and reproduce instructions.
If not, I will close the issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0F3O5_muxK3Q6zrFu7w4Z6vmFZY7fMks5trDVdgaJpZM4TefML>
.
Shougo commented
Please create the minimal init.vim and
vim -u init.vim
For the minimal init.vim sample, please read other issues.