mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 21:12:22 +08:00
use statusline function for better control.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user