Fix error present when trying to use CtrlP

Ref #1244
This commit is contained in:
ZyX 2015-01-05 23:53:37 +03:00
parent e1e591fedd
commit aa456e415b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def ctrlp_stl_right_prog(pl, progress):
'''
return [
{
'contents': progress,
'contents': str(progress),
'highlight_group': ['ctrlp.progress', 'file_name'],
},
]