fix qf and preview not getting their styles applied.

This commit is contained in:
Bailey Ling
2013-07-10 15:02:34 +00:00
parent 8c6efa5698
commit 5fe642841e
2 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ function! s:is_excluded_window()
endfunction
function! s:apply_window_overrides()
call airline#extensions#clear_window_overrides()
if &buftype == 'quickfix'
let w:airline_section_a = 'Quickfix'
let w:airline_section_b = ''