fix inactive highlighting colors.
This commit is contained in:
parent
386ba6b087
commit
8beb275534
@ -45,6 +45,7 @@ function! airline#extensions#default#apply(builder, context)
|
||||
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_c', '')
|
||||
endif
|
||||
|
||||
call a:builder.split(s:get_section(winnr, 'gutter', '', ''))
|
||||
|
Loading…
Reference in New Issue
Block a user