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

@@ -12,6 +12,7 @@ describe 'commands'
end
it 'should toggle whitespace off and on'
call airline#extensions#load()
execute 'AirlineToggleWhitespace'
Expect exists('#airline_whitespace') to_be_false
execute 'AirlineToggleWhitespace'

View File

@@ -1,4 +1,5 @@
call airline#init#bootstrap()
call airline#extensions#load()
function! SectionSpec()
endfunction