diff --git a/powerline/segments/vim/plugin/ctrlp.py b/powerline/segments/vim/plugin/ctrlp.py index 3c6af70d..f54f8bac 100644 --- a/powerline/segments/vim/plugin/ctrlp.py +++ b/powerline/segments/vim/plugin/ctrlp.py @@ -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