Use single quotes

This commit is contained in:
Shougo Matsushita 2015-06-21 17:08:15 +09:00
父節點 2dc82874df
當前提交 2473b8fc93
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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']: