-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
Since switching to the next branch, I am constantly receiving error messages from deoplete in the following form:
[deoplete] Traceback (most recent call last):
[deoplete] File "/home/languitar/.local/share/nvim/bundle/deoplete.nvim/rplugin/python3/deoplete/deoplete.py", line 59, in completion_begin
[deoplete] self.gather_results(context), context['input'])
[deoplete] File "/home/languitar/.local/share/nvim/bundle/deoplete.nvim/rplugin/python3/deoplete/deoplete.py", line 185, in merge_results
[deoplete] async_candidates)
[deoplete] TypeError: 'int' object is not iterable
[deoplete] Error while gathering completions. Use :messages for error details.
@Shougo suspected that this is from the language client source, though it is not visible in the stracktrace. Unfortunately, I was not able to reproduce this in a minimal setup.
DerWeh and minijackson
Metadata
Metadata
Assignees
Labels
No labels