fix regression with ctrlp statusline not changing.

This commit is contained in:
Bailey Ling
2013-09-01 19:19:34 +00:00
parent c994d08a6d
commit 7171a169f3
4 changed files with 3 additions and 2 deletions

View File

@@ -67,8 +67,6 @@ function! airline#init#bootstrap()
call airline#parts#define_raw('file', '%f%m')
call airline#parts#define_raw('ffenc', '%{printf("%s%s",&fenc,strlen(&ff)>0?"[".&ff."]":"")}')
call airline#parts#define_empty(['hunks', 'branch', 'tagbar', 'syntastic'])
call airline#extensions#load()
endfunction
function! airline#init#sections()