use statusline function for better control.

This commit is contained in:
Bailey Ling
2013-09-02 18:55:15 +00:00
parent 9966b3d9f3
commit 301fcdc64a
5 changed files with 18 additions and 14 deletions

View File

@@ -5,9 +5,9 @@ describe 'active builder'
let s:builder = airline#builder#new({'active': 1})
end
it 'should have a call to check mode'
it 'should start with an empty statusline'
let stl = s:builder.build()
Expect stl =~ '%{airline#check_mode()}'
Expect stl == ''
end
it 'should transition colors from one to the next'