Skip to content

Commit

Permalink
Merge pull request #554 from roxma/yarp
Browse files Browse the repository at this point in the history
fix missing argument error
  • Loading branch information
Shougo committed Oct 15, 2017
2 parents b10d6b3 + bf1971c commit f2cd692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class DeopleteHandlers(object):
def __init__(self, vim):
self._vim = vim

def init_channel(self, args):
def init_channel(self):
self._deoplete = Deoplete(self._vim)
self._vim.vars['deoplete#_channel_id'] = self._vim.channel_id

Expand Down

0 comments on commit f2cd692

Please sign in to comment.