diff --git a/rplugin/python3/deoplete/sources/neosnippet.py b/rplugin/python3/deoplete/sources/neosnippet.py index 05981df..388344f 100644 --- a/rplugin/python3/deoplete/sources/neosnippet.py +++ b/rplugin/python3/deoplete/sources/neosnippet.py @@ -33,7 +33,7 @@ class Source(Base): self.mark = '[nsnip]' def gather_candidates(self, vim, context): - return vim.eval("values(neosnippet#helpers#get_snippets())") + return vim.eval('values(neosnippet#helpers#get_snippets())') def on_post_filter(self, vim, context): for candidate in context['candidates']: