Merge pull request #313 from edkolev/master

AirlineToggle should also toggle the tabline
This commit is contained in:
Bailey Ling 2013-10-13 12:03:18 -07:00
commit 778c0f59ca
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ function! s:airline_toggle()
augroup! airline augroup! airline
if exists("s:stl") if exists("s:stl")
let &stl = s:stl let [ &stl, &tal, &stal ] = [ s:stl, s:tal, s:stal ]
endif endif
else else
let s:stl = &stl let [ s:stl, s:tal, s:stal ] = [ &stl, &tal, &stal ]
augroup airline augroup airline
autocmd! autocmd!