Fix some style errors reported by syntastic in .segments.plugin.ctrlp

This commit is contained in:
ZyX 2014-08-31 22:09:09 +04:00
parent d952b469d6
commit 545bd6b52f
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ def ctrlp_stl_left_main(pl, focus, byfname, regex, prev, item, next, marked):
segments.append({
'contents': 'regex',
'highlight_group': ['ctrlp.regex', 'background'],
})
})
segments += [
{
@ -62,7 +62,7 @@ def ctrlp_stl_left_main(pl, focus, byfname, regex, prev, item, next, marked):
'contents': marked,
'highlight_group': ['ctrlp.marked', 'background'],
'draw_inner_divider': True,
})
})
return segments