Improve indent a bit
This commit is contained in:
parent
97e0886596
commit
fead622ed0
@ -35,7 +35,8 @@ class Source(Base):
|
||||
self.rank = 200
|
||||
|
||||
def gather_candidates(self, context):
|
||||
return self.vim.eval('values(neosnippet#helpers#get_completion_snippets())')
|
||||
return self.vim.eval(
|
||||
'values(neosnippet#helpers#get_completion_snippets())')
|
||||
|
||||
def on_post_filter(self, context):
|
||||
for candidate in context['candidates']:
|
||||
|
Loading…
Reference in New Issue
Block a user