mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-27 20:12:16 +08:00
fix qf and preview not getting their styles applied.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user