Skip to content

Commit

Permalink
Clear child_in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 8, 2018
1 parent b3281f9 commit 372274b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rplugin/python3/deoplete/child.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ def main_loop(self):
args = child_in[queue_id]['args']
self.debug('main_loop: %s', name)

# Clear child_in
child_in[queue_id] = {}
self._vim.vars['deoplete#_child_in'] = child_in

if name == 'add_source':
self._add_source(args[0])
elif name == 'add_filter':
Expand Down

0 comments on commit 372274b

Please sign in to comment.