mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-05 08:30:03 +08:00
fix inactive highlighting colors.
This commit is contained in:
parent
386ba6b087
commit
8beb275534
|
@ -44,7 +44,8 @@ function! airline#extensions#default#apply(builder, context)
|
|||
if airline#util#getwinvar(winnr, 'airline_render_left', active || (!active && !g:airline_inactive_collapse))
|
||||
call <sid>build_sections(a:builder, s:layout[0], winnr)
|
||||
else
|
||||
call a:builder.add_section('airline_a', '%f%m')
|
||||
call a:builder.add_section('airline_a', '%f%m ')
|
||||
call a:builder.add_section('airline_c', '')
|
||||
endif
|
||||
|
||||
call a:builder.split(s:get_section(winnr, 'gutter', '', ''))
|
||||
|
|
Loading…
Reference in New Issue
Block a user