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)
|
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…
x
Reference in New Issue
Block a user