Skip to content

Commit

Permalink
Fix dein_log source
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 25, 2018
1 parent 29d130c commit 336c18e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rplugin/python3/denite/source/dein_log.py
Expand Up @@ -45,7 +45,9 @@ def make_candidates(row):
rows = len(context['__source_log'])
candidates = list(map(make_candidates, logs[rows:]))
context['__source_log'] = logs
self.vim.call('dein#install#_polling')

# Needs wait to call Vim output handlers
self.vim.command('sleep 100m')
return candidates

def highlight(self):
Expand Down

0 comments on commit 336c18e

Please sign in to comment.