Use single quotes
This commit is contained in:
parent
2dc82874df
commit
2473b8fc93
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user