eae302f869
* Add an option to allow user to rebuild the statuslines: let g:ctrlp_status_func = { \ 'main': 'function_name_1', \ 'prog': 'function_name_2', \ } See https://gist.github.com/1610859 for a working example.