mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-06 21:54:42 +02:00
Fix build error
This commit is contained in:
parent
723987eca9
commit
60eb44c94e
@ -34,7 +34,7 @@ describe 'init sections'
|
||||
end
|
||||
|
||||
it 'section x should be filetype'
|
||||
Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
|
||||
Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
|
||||
end
|
||||
|
||||
it 'section y should be fenc and ff'
|
||||
|
Loading…
x
Reference in New Issue
Block a user