#2492 - Try to fix a bug with ALE's deoplete source

This commit is contained in:
w0rp
2019-05-11 16:40:26 +01:00
parent 79e42fed14
commit f0152bca98
2 changed files with 5 additions and 5 deletions

View File

@@ -47,4 +47,4 @@ class Source(Base):
# Request some completion results.
self.vim.call('ale#completion#GetCompletions', 'deoplete')
return []
return None