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))
|
if airline#util#getwinvar(winnr, 'airline_render_left', active || (!active && !g:airline_inactive_collapse))
|
||||||
call <sid>build_sections(a:builder, s:layout[0], winnr)
|
call <sid>build_sections(a:builder, s:layout[0], winnr)
|
||||||
else
|
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
|
endif
|
||||||
|
|
||||||
call a:builder.split(s:get_section(winnr, 'gutter', '', ''))
|
call a:builder.split(s:get_section(winnr, 'gutter', '', ''))
|
||||||
|
Loading…
Reference in New Issue
Block a user